#BD2C21

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

Shades of Fire Brick #BD2C21

Tints of Fire Brick #BD2C21

Color information

#BD2C21 (or 0xBD2C21) is unknown color: approx Fire Brick. HEX triplet: BD, 2C and 21. RGB value is (189,44,33). Sum of RGB (Red+Green+Blue) = 189+44+33=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C21 is #42D3DE. Grayscale: #565656. Windows color (decimal): -4379615 or 2174141. OLE color: 2174141.

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

Color convert

RGB1894433-
CMYK00.770.830.26
HSL4.23º70.27%43.53%-
HSV(B)4.23º82.54%74.12%-
XYZ22.1612.732.73-
YUV86.198.04201.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.05%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=71.05%
G=16.54%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189443300.770.830.264.2370.2743.53
HexBD2C2104D531A4462c
Octal2755441011512332410654
Binary10111101101100100001010011011010011110101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2C21; }

 p { color: rgb(189,44,33); }

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

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

 a { background-color: rgb(189,44,33); }

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

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

 span { border-color: rgb(189,44,33); }

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