#BF2233

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

Shades of Cardinal #BF2233

Tints of Cardinal #BF2233

Color information

#BF2233 (or 0xBF2233) is unknown color: approx Cardinal. HEX triplet: BF, 22 and 33. RGB value is (191,34,51). Sum of RGB (Red+Green+Blue) = 191+34+51=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2233 is #40DDCC. Grayscale: #525252. Windows color (decimal): -4251085 or 3351231. OLE color: 3351231.

HSL color Cylindrical-coordinate representation of color #BF2233: hue angle of 353.5º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2233 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1913451-
CMYK00.820.730.25
HSL353.5º69.78%44.12%-
HSV(B)353.5º82.2%74.9%-
XYZ22.6612.464.34-
YUV82.88110.01205.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.20%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=69.20%
G=12.32%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191345100.820.730.25353.569.7844.12
HexBF22330524919162462c
Octal277426301221113154210654
Binary10111111100010110011010100101001001110011011000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2233; }

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

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

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

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

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

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

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

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