#BF2A36

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

Shades of Brick Red #BF2A36

Tints of Brick Red #BF2A36

Color information

#BF2A36 (or 0xBF2A36) is unknown color: approx Brick Red. HEX triplet: BF, 2A and 36. RGB value is (191,42,54). Sum of RGB (Red+Green+Blue) = 191+42+54=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A36 is #40D5C9. Grayscale: #585858. Windows color (decimal): -4249034 or 3549887. OLE color: 3549887.

HSL color Cylindrical-coordinate representation of color #BF2A36: hue angle of 355.17º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A36 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1914254-
CMYK00.780.720.25
HSL355.17º63.95%45.69%-
HSV(B)355.17º78.01%74.9%-
XYZ22.98134.79-
YUV87.92108.86201.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=66.55%
G=14.63%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191425400.780.720.25355.1763.9545.69
HexBF2A3604E4819163402e
Octal277526601161103154310056
Binary10111111101010110110010011101001000110011011000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A36; }

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

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

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

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

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

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

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

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