#BD2B36

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

Shades of Brick Red #BD2B36

Tints of Brick Red #BD2B36

Color information

#BD2B36 (or 0xBD2B36) is unknown color: approx Brick Red. HEX triplet: BD, 2B and 36. RGB value is (189,43,54). Sum of RGB (Red+Green+Blue) = 189+43+54=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B36 is #42D4C9. Grayscale: #585858. Windows color (decimal): -4379850 or 3550141. OLE color: 3550141.

HSL color Cylindrical-coordinate representation of color #BD2B36: hue angle of 355.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B36 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1894354-
CMYK00.770.710.26
HSL355.48º62.93%45.49%-
HSV(B)355.48º77.25%74.12%-
XYZ22.5212.814.78-
YUV87.91108.87200.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.08%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=66.08%
G=15.03%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189435400.770.710.26355.4862.9345.49
HexBD2B3604D471A1633f2d
Octal27553660115107325437755
Binary1011110110101111011001001101100011111010101100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B36; }

 p { color: rgb(189,43,54); }

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

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

 a { background-color: rgb(189,43,54); }

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

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

 span { border-color: rgb(189,43,54); }

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