Html Css Color HEX #BD1E0F Fire Brick

📋 copy color: '#BD1E0F'

red 189 ◦ green 30 ◦ blue 15

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

Shades of Fire Brick #BD1E0F

Tints of Fire Brick #BD1E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 80.77%
G = 12.82%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD1E0F (or 0xBD1E0F) is known color: Fire Brick. HEX triplet: BD, 1E and 0F. RGB value is (189,30,15). Sum of RGB (Red+Green+Blue) = 189+30+15=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E0F is #42E1F0. Grayscale: #4C4C4C. Windows color (decimal): -4383217 or 990909. OLE color: 990909.

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

Color convert

RGB 189 30 15 -
CMYK 0 0.84 0.92 0.26
HSL 5.17º 0.85% 0.4% -
HSV(B) 5.17º 0.92% 0.74% -
XYZ 21.54 11.78 1.59 -
YUV 75.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 189 30 15 0 0.84 0.92 0.26 5.17 0.85 0.4
Hex BD 1E F 0 54 5C 1A 5 55 28
Octal 275 36 17 0 124 134 32 5 125 50
Binary 10111101 11110 1111 0 1010100 1011100 11010 101 1010101 101000

Color Harmonies of #BD1E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E0F

Black with #BD1E0F

Text Example


Text Example

White with #BD1E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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