Html Css Color HEX #BD1C0E Fire Brick

📋 copy color: '#BD1C0E'

red 189 ◦ green 28 ◦ blue 14

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

Shades of Fire Brick #BD1C0E

Tints of Fire Brick #BD1C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.12%

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

R = 81.82%
G = 12.12%
B = 6.06%

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

#BD1C0E (or 0xBD1C0E) is known color: Fire Brick. HEX triplet: BD, 1C and 0E. RGB value is (189,28,14). Sum of RGB (Red+Green+Blue) = 189+28+14=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C0E is #42E3F1. Grayscale: #4A4A4A. Windows color (decimal): -4383730 or 924861. OLE color: 924861.

HSL color Cylindrical-coordinate representation of color #BD1C0E: hue angle of 4.8º 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 #BD1C0E is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 28 14 -
CMYK 0 0.85 0.93 0.26
HSL 4.8º 0.86% 0.4% -
HSV(B) 4.8º 0.93% 0.74% -
XYZ 21.48 11.68 1.54 -
YUV 74.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 189 28 14 0 0.85 0.93 0.26 4.8 0.86 0.4
Hex BD 1C E 0 55 5D 1A 5 56 28
Octal 275 34 16 0 125 135 32 5 126 50
Binary 10111101 11100 1110 0 1010101 1011101 11010 101 1010110 101000

Color Harmonies of #BD1C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C0E

Black with #BD1C0E

Text Example


Text Example

White with #BD1C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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