Html Css Color HEX #B62210 Fire Brick

📋 copy color: '#B62210'

red 182 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #B62210

Tints of Fire Brick #B62210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 78.45%
G = 14.66%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B62210 (or 0xB62210) is known color: Fire Brick. HEX triplet: B6, 22 and 10. RGB value is (182,34,16). Sum of RGB (Red+Green+Blue) = 182+34+16=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B62210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62210 is #49DDEF. Grayscale: #4C4C4C. Windows color (decimal): -4840944 or 1057462. OLE color: 1057462.

HSL color Cylindrical-coordinate representation of color #B62210: hue angle of 6.51º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B62210 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 16 -
CMYK 0 0.81 0.91 0.29
HSL 6.51º 0.84% 0.39% -
HSV(B) 6.51º 0.91% 0.71% -
XYZ 19.96 11.13 1.59 -
YUV 76.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 182 34 16 0 0.81 0.91 0.29 6.51 0.84 0.39
Hex B6 22 10 0 51 5B 1D 7 54 27
Octal 266 42 20 0 121 133 35 7 124 47
Binary 10110110 100010 10000 0 1010001 1011011 11101 111 1010100 100111

Color Harmonies of #B62210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62210

Black with #B62210

Text Example


Text Example

White with #B62210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62210; }

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

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

background-color css

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

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

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

border-color css

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

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

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