Html Css Color HEX #BD2518 Fire Brick

📋 copy color: '#BD2518'

red 189 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #BD2518

Tints of Fire Brick #BD2518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 75.6%
G = 14.8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD2518 (or 0xBD2518) is known color: Fire Brick. HEX triplet: BD, 25 and 18. RGB value is (189,37,24). Sum of RGB (Red+Green+Blue) = 189+37+24=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2518 is #42DAE7. Grayscale: #515151. Windows color (decimal): -4381416 or 1582525. OLE color: 1582525.

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

Color convert

RGB 189 37 24 -
CMYK 0 0.80 0.87 0.26
HSL 4.73º 0.77% 0.42% -
HSV(B) 4.73º 0.87% 0.74% -
XYZ 21.81 12.21 2.07 -
YUV 80.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 189 37 24 0 0.80 0.87 0.26 4.73 0.77 0.42
Hex BD 25 18 0 50 57 1A 5 4D 2A
Octal 275 45 30 0 120 127 32 5 115 52
Binary 10111101 100101 11000 0 1010000 1010111 11010 101 1001101 101010

Color Harmonies of #BD2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2518

Black with #BD2518

Text Example


Text Example

White with #BD2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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