#BF2235

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

Shades of Cardinal #BF2235

Tints of Cardinal #BF2235

Color information

#BF2235 (or 0xBF2235) is unknown color: approx Cardinal. HEX triplet: BF, 22 and 35. RGB value is (191,34,53). Sum of RGB (Red+Green+Blue) = 191+34+53=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2235 is #40DDCA. Grayscale: #535353. Windows color (decimal): -4251083 or 3482303. OLE color: 3482303.

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

Color convert

RGB1913453-
CMYK00.820.720.25
HSL352.74º69.78%44.12%-
HSV(B)352.74º82.2%74.9%-
XYZ22.712.484.58-
YUV83.11111.01204.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=68.71%
G=12.23%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191345300.820.720.25352.7469.7844.12
HexBF22350524819161462c
Octal277426501221103154110654
Binary10111111100010110101010100101001000110011011000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2235; }

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

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

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

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

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

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

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

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