#BF0C30

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

Shades of Cardinal #BF0C30

Tints of Cardinal #BF0C30

Color information

#BF0C30 (or 0xBF0C30) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 30. RGB value is (191,12,48). Sum of RGB (Red+Green+Blue) = 191+12+48=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C30 is #40F3CF. Grayscale: #454545. Windows color (decimal): -4256720 or 3148991. OLE color: 3148991.

HSL color Cylindrical-coordinate representation of color #BF0C30: hue angle of 347.93º 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 #BF0C30 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1911248-
CMYK00.940.750.25
HSL347.93º88.18%39.8%-
HSV(B)347.93º93.72%74.9%-
XYZ22.1511.553.86-
YUV69.62115.8214.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=76.10%
G=4.78%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191124800.940.750.25347.9388.1839.8
HexBFC3005E4B1915c5828
Octal277146001361133153413050
Binary101111111100110000010111101001011110011010111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C30; }

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

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

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

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

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

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

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

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