#BF0032

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

Shades of Cardinal #BF0032

Tints of Cardinal #BF0032

Color information

#BF0032 (or 0xBF0032) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 32. RGB value is (191,0,50). Sum of RGB (Red+Green+Blue) = 191+0+50=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0032 is #40FFCD. Grayscale: #3E3E3E. Windows color (decimal): -4259790 or 3276991. OLE color: 3276991.

HSL color Cylindrical-coordinate representation of color #BF0032: hue angle of 344.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0032 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB191050-
CMYK010.740.25
HSL344.29º100%37.45%-
HSV(B)344.29º100%74.9%-
XYZ22.0611.314.04-
YUV62.81120.78219.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=79.25%
G=0%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191050010.740.25344.2910037.45
HexBF0320644A191586425
Octal27706201441123153014445
Binary101111110110010011001001001010110011010110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0032; }

 p { color: rgb(191,0,50); }

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

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

 a { background-color: rgb(191,0,50); }

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

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

 span { border-color: rgb(191,0,50); }

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