Html Css Color HEX #BD2517 Fire Brick

📋 copy color: '#BD2517'

red 189 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #BD2517

Tints of Fire Brick #BD2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 75.9%
G = 14.86%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD2517 (or 0xBD2517) is known color: Fire Brick. HEX triplet: BD, 25 and 17. RGB value is (189,37,23). Sum of RGB (Red+Green+Blue) = 189+37+23=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2517 is #42DAE8. Grayscale: #515151. Windows color (decimal): -4381417 or 1516989. OLE color: 1516989.

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

Color convert

RGB 189 37 23 -
CMYK 0 0.80 0.88 0.26
HSL 5.06º 0.78% 0.42% -
HSV(B) 5.06º 0.88% 0.74% -
XYZ 21.8 12.2 2.02 -
YUV 80.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 189 37 23 0 0.80 0.88 0.26 5.06 0.78 0.42
Hex BD 25 17 0 50 58 1A 5 4E 2A
Octal 275 45 27 0 120 130 32 5 116 52
Binary 10111101 100101 10111 0 1010000 1011000 11010 101 1001110 101010

Color Harmonies of #BD2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2517

Black with #BD2517

Text Example


Text Example

White with #BD2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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