Html Css Color HEX #B62518 Fire Brick

📋 copy color: '#B62518'

red 182 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #B62518

Tints of Fire Brick #B62518

RGB

 RED value IS 182 (71.48% from 255) = 74.9%

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

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

R = 74.9%
G = 15.23%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B62518 (or 0xB62518) is known color: Fire Brick. HEX triplet: B6, 25 and 18. RGB value is (182,37,24). Sum of RGB (Red+Green+Blue) = 182+37+24=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B62518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62518 is #49DAE7. Grayscale: #4F4F4F. Windows color (decimal): -4840168 or 1582518. OLE color: 1582518.

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

Color convert

RGB 182 37 24 -
CMYK 0 0.80 0.87 0.29
HSL 4.94º 0.77% 0.4% -
HSV(B) 4.94º 0.87% 0.71% -
XYZ 20.12 11.33 1.99 -
YUV 78.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 182 37 24 0 0.80 0.87 0.29 4.94 0.77 0.4
Hex B6 25 18 0 50 57 1D 5 4D 28
Octal 266 45 30 0 120 127 35 5 115 50
Binary 10110110 100101 11000 0 1010000 1010111 11101 101 1001101 101000

Color Harmonies of #B62518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62518

Black with #B62518

Text Example


Text Example

White with #B62518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62518; }

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

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

background-color css

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

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

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

border-color css

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

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

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