#BF0033

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

Shades of Cardinal #BF0033

Tints of Cardinal #BF0033

Color information

#BF0033 (or 0xBF0033) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 33. RGB value is (191,0,51). Sum of RGB (Red+Green+Blue) = 191+0+51=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0033 is #40FFCC. Grayscale: #3E3E3E. Windows color (decimal): -4259789 or 3342527. OLE color: 3342527.

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

Color convert

RGB191051-
CMYK010.730.25
HSL343.98º100%37.45%-
HSV(B)343.98º100%74.9%-
XYZ22.0811.324.15-
YUV62.92121.28219.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=78.93%
G=0%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191051010.730.25343.9810037.45
HexBF03306449191586425
Octal27706301441113153014445
Binary101111110110011011001001001001110011010110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0033; }

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

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

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

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

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

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

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

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