#BF222F

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

Shades of Cardinal #BF222F

Tints of Cardinal #BF222F

Color information

#BF222F (or 0xBF222F) is unknown color: approx Cardinal. HEX triplet: BF, 22 and 2F. RGB value is (191,34,47). Sum of RGB (Red+Green+Blue) = 191+34+47=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF222F is #40DDD0. Grayscale: #525252. Windows color (decimal): -4251089 or 3089087. OLE color: 3089087.

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

Color convert

RGB1913447-
CMYK00.820.750.25
HSL355.03º69.78%44.12%-
HSV(B)355.03º82.2%74.9%-
XYZ22.5712.433.9-
YUV82.42108.01205.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 47 (18.75% from 255) = 17.28%
R=70.22%
G=12.5%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191344700.820.750.25355.0369.7844.12
HexBF222F0524B19163462c
Octal277425701221133154310654
Binary10111111100010101111010100101001011110011011000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF222F; }

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

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

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

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

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

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

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

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