#bf0c4a

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

Shades of Cardinal #BF0C4A

Tints of Cardinal #BF0C4A

Color information

#BF0C4A (or 0xBF0C4A) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 4A. RGB value is (191,12,74). Sum of RGB (Red+Green+Blue) = 191+12+74=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C4A is #40F3B5. Grayscale: #484848. Windows color (decimal): -4256694 or 4852927. OLE color: 4852927.

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

Color convert

RGB1911274-
CMYK00.940.610.25
HSL339.22º88.18%39.8%-
HSV(B)339.22º93.72%74.9%-
XYZ22.8511.837.56-
YUV72.59128.8212.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=68.95%
G=4.33%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191127400.940.610.25339.2288.1839.8
HexBFC4A05E3D191535828
Octal277141120136753152313050
Binary101111111100100101001011110111101110011010100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0c4a; }

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

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

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

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

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

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

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

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