#BD2F40

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

Shades of Brick Red #BD2F40

Tints of Brick Red #BD2F40

Color information

#BD2F40 (or 0xBD2F40) is unknown color: approx Brick Red. HEX triplet: BD, 2F and 40. RGB value is (189,47,64). Sum of RGB (Red+Green+Blue) = 189+47+64=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F40 is #42D0BF. Grayscale: #5B5B5B. Windows color (decimal): -4378816 or 4206525. OLE color: 4206525.

HSL color Cylindrical-coordinate representation of color #BD2F40: hue angle of 352.82º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F40 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1894764-
CMYK00.750.660.26
HSL352.82º60.17%46.27%-
HSV(B)352.82º75.13%74.12%-
XYZ22.9313.226.19-
YUV91.4112.54197.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 47 (18.75% from 255) = 15.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=63%
G=15.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189476400.750.660.26352.8260.1746.27
HexBD2F4004B421A1613c2e
Octal275571000113102325417456
Binary10111101101111100000001001011100001011010101100001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F40; }

 p { color: rgb(189,47,64); }

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

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

 a { background-color: rgb(189,47,64); }

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

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

 span { border-color: rgb(189,47,64); }

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