Html Css Color HEX #B62218 Fire Brick

📋 copy color: '#B62218'

red 182 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #B62218

Tints of Fire Brick #B62218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 75.83%
G = 14.17%
B = 10%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B62218 (or 0xB62218) is known color: Fire Brick. HEX triplet: B6, 22 and 18. RGB value is (182,34,24). Sum of RGB (Red+Green+Blue) = 182+34+24=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62218 is #49DDE7. Grayscale: #4D4D4D. Windows color (decimal): -4840936 or 1581750. OLE color: 1581750.

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

Color convert

RGB 182 34 24 -
CMYK 0 0.81 0.87 0.29
HSL 3.8º 0.77% 0.4% -
HSV(B) 3.8º 0.87% 0.71% -
XYZ 20.03 11.16 1.96 -
YUV 77.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 182 34 24 0 0.81 0.87 0.29 3.8 0.77 0.4
Hex B6 22 18 0 51 57 1D 4 4D 28
Octal 266 42 30 0 121 127 35 4 115 50
Binary 10110110 100010 11000 0 1010001 1010111 11101 100 1001101 101000

Color Harmonies of #B62218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62218

Black with #B62218

Text Example


Text Example

White with #B62218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62218; }

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

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

background-color css

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

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

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

border-color css

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

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

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