Html Css Color HEX #BD1E0E Fire Brick

📋 copy color: '#BD1E0E'

red 189 ◦ green 30 ◦ blue 14

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

Shades of Fire Brick #BD1E0E

Tints of Fire Brick #BD1E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.88%

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

R = 81.12%
G = 12.88%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD1E0E (or 0xBD1E0E) is known color: Fire Brick. HEX triplet: BD, 1E and 0E. RGB value is (189,30,14). Sum of RGB (Red+Green+Blue) = 189+30+14=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E0E is #42E1F1. Grayscale: #4B4B4B. Windows color (decimal): -4383218 or 925373. OLE color: 925373.

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

Color convert

RGB 189 30 14 -
CMYK 0 0.84 0.93 0.26
HSL 5.49º 0.86% 0.4% -
HSV(B) 5.49º 0.93% 0.74% -
XYZ 21.53 11.78 1.55 -
YUV 75.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 189 30 14 0 0.84 0.93 0.26 5.49 0.86 0.4
Hex BD 1E E 0 54 5D 1A 5 56 28
Octal 275 36 16 0 124 135 32 5 126 50
Binary 10111101 11110 1110 0 1010100 1011101 11010 101 1010110 101000

Color Harmonies of #BD1E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E0E

Black with #BD1E0E

Text Example


Text Example

White with #BD1E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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