Html Css Color HEX #BD1D0E Fire Brick

📋 copy color: '#BD1D0E'

red 189 ◦ green 29 ◦ blue 14

#BD1D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #BD1D0E

Tints of Fire Brick #BD1D0E

RGB

 RED value IS 189 (74.22% from 255) = 81.47%

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 81.47%
G = 12.5%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD1D0E (or 0xBD1D0E) is known color: Fire Brick. HEX triplet: BD, 1D and 0E. RGB value is (189,29,14). Sum of RGB (Red+Green+Blue) = 189+29+14=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D0E is #42E2F1. Grayscale: #4B4B4B. Windows color (decimal): -4383474 or 925117. OLE color: 925117.

HSL color Cylindrical-coordinate representation of color #BD1D0E: hue angle of 5.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD1D0E is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 14 -
CMYK 0 0.85 0.93 0.26
HSL 5.14º 0.86% 0.4% -
HSV(B) 5.14º 0.93% 0.74% -
XYZ 21.5 11.73 1.55 -
YUV 75.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 189 29 14 0 0.85 0.93 0.26 5.14 0.86 0.4
Hex BD 1D E 0 55 5D 1A 5 56 28
Octal 275 35 16 0 125 135 32 5 126 50
Binary 10111101 11101 1110 0 1010101 1011101 11010 101 1010110 101000

Color Harmonies of #BD1D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D0E

Black with #BD1D0E

Text Example


Text Example

White with #BD1D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D0E; }

 p { color: rgb(189,29,14); }

 H1.HeaderClassName
 {
   color: #BD1D0E;
 }
 .AnyTagClassName
 {
   color: #BD1D0E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,29,14); }

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

border-color css

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

 span { border-color: rgb(189,29,14); }

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