Html Css Color HEX #BD1D14 Fire Brick

📋 copy color: '#BD1D14'

red 189 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #BD1D14

Tints of Fire Brick #BD1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 79.41%
G = 12.18%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1D14 (or 0xBD1D14) is known color: Fire Brick. HEX triplet: BD, 1D and 14. RGB value is (189,29,20). Sum of RGB (Red+Green+Blue) = 189+29+20=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D14 is #42E2EB. Grayscale: #4C4C4C. Windows color (decimal): -4383468 or 1318333. OLE color: 1318333.

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

Color convert

RGB 189 29 20 -
CMYK 0 0.85 0.89 0.26
HSL 3.2º 0.81% 0.41% -
HSV(B) 3.2º 0.89% 0.74% -
XYZ 21.55 11.75 1.79 -
YUV 75.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 189 29 20 0 0.85 0.89 0.26 3.2 0.81 0.41
Hex BD 1D 14 0 55 59 1A 3 51 29
Octal 275 35 24 0 125 131 32 3 121 51
Binary 10111101 11101 10100 0 1010101 1011001 11010 11 1010001 101001

Color Harmonies of #BD1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D14

Black with #BD1D14

Text Example


Text Example

White with #BD1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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