#bf0c42

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

Shades of Cardinal #BF0C42

Tints of Cardinal #BF0C42

Color information

#BF0C42 (or 0xBF0C42) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 42. RGB value is (191,12,66). Sum of RGB (Red+Green+Blue) = 191+12+66=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C42 is #40F3BD. Grayscale: #474747. Windows color (decimal): -4256702 or 4328639. OLE color: 4328639.

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

Color convert

RGB1911266-
CMYK00.940.650.25
HSL341.9º88.18%39.8%-
HSV(B)341.9º93.72%74.9%-
XYZ22.611.736.23-
YUV71.68124.8213.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=71.00%
G=4.46%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191126600.940.650.25341.988.1839.8
HexBFC4205E41191565828
Octal2771410201361013152613050
Binary1011111111001000010010111101000001110011010101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0c42; }

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

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

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

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

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

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

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

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