#bf0c3b

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

Shades of Cardinal #BF0C3B

Tints of Cardinal #BF0C3B

Color information

#BF0C3B (or 0xBF0C3B) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 3B. RGB value is (191,12,59). Sum of RGB (Red+Green+Blue) = 191+12+59=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C3B is #40F3C4. Grayscale: #464646. Windows color (decimal): -4256709 or 3869887. OLE color: 3869887.

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

Color convert

RGB1911259-
CMYK00.940.690.25
HSL344.25º88.18%39.8%-
HSV(B)344.25º93.72%74.9%-
XYZ22.4111.665.21-
YUV70.88121.3213.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.90%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=72.90%
G=4.58%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191125900.940.690.25344.2588.1839.8
HexBFC3B05E45191585828
Octal277147301361053153013050
Binary101111111100111011010111101000101110011010110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0c3b; }

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

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

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

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

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

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

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

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