#BD1E0C

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

Shades of Fire Brick #BD1E0C

Tints of Fire Brick #BD1E0C

Color information

#BD1E0C (or 0xBD1E0C) is unknown color: approx Fire Brick. HEX triplet: BD, 1E and 0C. RGB value is (189,30,12). Sum of RGB (Red+Green+Blue) = 189+30+12=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E0C is #42E1F3. Grayscale: #4B4B4B. Windows color (decimal): -4383220 or 794301. OLE color: 794301.

HSL color Cylindrical-coordinate representation of color #BD1E0C: hue angle of 6.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD1E0C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1893012-
CMYK00.840.940.26
HSL6.1º88.06%39.41%-
HSV(B)6.1º93.65%74.12%-
XYZ21.5211.771.49-
YUV75.4992.18208.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.82%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=81.82%
G=12.99%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189301200.840.940.266.188.0639.41
HexBD1EC0545E1A65827
Octal2753614012413632613047
Binary10111101111101100010101001011110110101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E0C; }

 p { color: rgb(189,30,12); }

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

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

 a { background-color: rgb(189,30,12); }

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

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

 span { border-color: rgb(189,30,12); }

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