Html Css Color HEX #B62018 Fire Brick

📋 copy color: '#B62018'

red 182 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #B62018

Tints of Fire Brick #B62018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 76.47%
G = 13.45%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B62018 (or 0xB62018) is known color: Fire Brick. HEX triplet: B6, 20 and 18. RGB value is (182,32,24). Sum of RGB (Red+Green+Blue) = 182+32+24=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B62018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62018 is #49DFE7. Grayscale: #4C4C4C. Windows color (decimal): -4841448 or 1581238. OLE color: 1581238.

HSL color Cylindrical-coordinate representation of color #B62018: hue angle of 3.04º 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 #B62018 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 24 -
CMYK 0 0.82 0.87 0.29
HSL 3.04º 0.77% 0.4% -
HSV(B) 3.04º 0.87% 0.71% -
XYZ 19.97 11.04 1.94 -
YUV 75.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 182 32 24 0 0.82 0.87 0.29 3.04 0.77 0.4
Hex B6 20 18 0 52 57 1D 3 4D 28
Octal 266 40 30 0 122 127 35 3 115 50
Binary 10110110 100000 11000 0 1010010 1010111 11101 11 1001101 101000

Color Harmonies of #B62018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62018

Black with #B62018

Text Example


Text Example

White with #B62018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62018; }

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

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

background-color css

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

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

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

border-color css

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

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

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