Html Css Color HEX #BD1E17 Fire Brick

📋 copy color: '#BD1E17'

red 189 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #BD1E17

Tints of Fire Brick #BD1E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 78.1%
G = 12.4%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1E17 (or 0xBD1E17) is known color: Fire Brick. HEX triplet: BD, 1E and 17. RGB value is (189,30,23). Sum of RGB (Red+Green+Blue) = 189+30+23=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E17 is #42E1E8. Grayscale: #4C4C4C. Windows color (decimal): -4383209 or 1515197. OLE color: 1515197.

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

Color convert

RGB 189 30 23 -
CMYK 0 0.84 0.88 0.26
HSL 2.53º 0.78% 0.42% -
HSV(B) 2.53º 0.88% 0.74% -
XYZ 21.61 11.81 1.95 -
YUV 76.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 189 30 23 0 0.84 0.88 0.26 2.53 0.78 0.42
Hex BD 1E 17 0 54 58 1A 3 4E 2A
Octal 275 36 27 0 124 130 32 3 116 52
Binary 10111101 11110 10111 0 1010100 1011000 11010 11 1001110 101010

Color Harmonies of #BD1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E17

Black with #BD1E17

Text Example


Text Example

White with #BD1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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