#BF2336

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

Shades of Cardinal #BF2336

Tints of Cardinal #BF2336

Color information

#BF2336 (or 0xBF2336) is unknown color: approx Cardinal. HEX triplet: BF, 23 and 36. RGB value is (191,35,54). Sum of RGB (Red+Green+Blue) = 191+35+54=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2336 is #40DCC9. Grayscale: #535353. Windows color (decimal): -4250826 or 3548095. OLE color: 3548095.

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

Color convert

RGB1913554-
CMYK00.820.720.25
HSL352.69º69.03%44.31%-
HSV(B)352.69º81.68%74.9%-
XYZ22.7512.544.71-
YUV83.81111.18204.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.21%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=68.21%
G=12.5%
B=19.29%

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
Decimal191355400.820.720.25352.6969.0344.31
HexBF23360524819161452c
Octal277436601221103154110554
Binary10111111100011110110010100101001000110011011000011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2336; }

 p { color: rgb(191,35,54); }

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

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

 a { background-color: rgb(191,35,54); }

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

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

 span { border-color: rgb(191,35,54); }

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