Html Css Color HEX #B62511 Fire Brick

📋 copy color: '#B62511'

red 182 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #B62511

Tints of Fire Brick #B62511

RGB

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

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

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

R = 77.12%
G = 15.68%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B62511 (or 0xB62511) is known color: Fire Brick. HEX triplet: B6, 25 and 11. RGB value is (182,37,17). Sum of RGB (Red+Green+Blue) = 182+37+17=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B62511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62511 is #49DAEE. Grayscale: #4E4E4E. Windows color (decimal): -4840175 or 1123766. OLE color: 1123766.

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

Color convert

RGB 182 37 17 -
CMYK 0 0.80 0.91 0.29
HSL 7.27º 0.83% 0.39% -
HSV(B) 7.27º 0.91% 0.71% -
XYZ 20.05 11.31 1.66 -
YUV 78.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 182 37 17 0 0.80 0.91 0.29 7.27 0.83 0.39
Hex B6 25 11 0 50 5B 1D 7 53 27
Octal 266 45 21 0 120 133 35 7 123 47
Binary 10110110 100101 10001 0 1010000 1011011 11101 111 1010011 100111

Color Harmonies of #B62511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62511

Black with #B62511

Text Example


Text Example

White with #B62511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62511; }

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

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

background-color css

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

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

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

border-color css

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

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

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