Html Css Color HEX #B62011 Fire Brick

📋 copy color: '#B62011'

red 182 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #B62011

Tints of Fire Brick #B62011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 78.79%
G = 13.85%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B62011 (or 0xB62011) is known color: Fire Brick. HEX triplet: B6, 20 and 11. RGB value is (182,32,17). Sum of RGB (Red+Green+Blue) = 182+32+17=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B62011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62011 is #49DFEE. Grayscale: #4B4B4B. Windows color (decimal): -4841455 or 1122486. OLE color: 1122486.

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

Color convert

RGB 182 32 17 -
CMYK 0 0.82 0.91 0.29
HSL 5.45º 0.83% 0.39% -
HSV(B) 5.45º 0.91% 0.71% -
XYZ 19.91 11.02 1.61 -
YUV 75.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 182 32 17 0 0.82 0.91 0.29 5.45 0.83 0.39
Hex B6 20 11 0 52 5B 1D 5 53 27
Octal 266 40 21 0 122 133 35 5 123 47
Binary 10110110 100000 10001 0 1010010 1011011 11101 101 1010011 100111

Color Harmonies of #B62011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62011

Black with #B62011

Text Example


Text Example

White with #B62011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62011; }

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

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

background-color css

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

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

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

border-color css

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

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

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