#BF0242

Color #BF0242 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BF0242

Tints of Cardinal #BF0242

Color information

#BF0242 (or 0xBF0242) is unknown color: approx Cardinal. HEX triplet: BF, 02 and 42. RGB value is (191,2,66). Sum of RGB (Red+Green+Blue) = 191+2+66=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0242 is #40FDBD. Grayscale: #414141. Windows color (decimal): -4259262 or 4326079. OLE color: 4326079.

HSL color Cylindrical-coordinate representation of color #BF0242: hue angle of 339.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0242 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB191266-
CMYK00.990.650.25
HSL339.68º97.93%37.84%-
HSV(B)339.68º98.95%74.9%-
XYZ22.4911.516.19-
YUV65.81128.12217.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=73.75%
G=0.77%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19126600.990.650.25339.6897.9337.84
HexBF24206341191546226
Octal277210201431013152414246
Binary10111111101000010011000111000001110011010101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0242; }

 p { color: rgb(191,2,66); }

 H1.HeaderClassName
 {
   color: #BF0242;
 }
 .AnyTagClassName
 {
   color: #BF0242;
 }
</style>
background-color css

<style>
 a { background-color: #BF0242; }

 a { background-color: rgb(191,2,66); }

 div.DivClassName
 {
   background-color: #BF0242;
 }
 .BgClassName
 {
   background-color: #BF0242;
 }
</style>
border-color css

<style>
 span { border-color: #BF0242; }

 span { border-color: rgb(191,2,66); }

 td.TdClassName
 {
   border-color: #BF0242;
 }
 .TagClassName
 {
   border-color: #BF0242;
 }
</style>