Html Css Color HEX #B62311 Fire Brick

📋 copy color: '#B62311'

red 182 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #B62311

Tints of Fire Brick #B62311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 77.78%
G = 14.96%
B = 7.26%

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

#B62311 (or 0xB62311) is known color: Fire Brick. HEX triplet: B6, 23 and 11. RGB value is (182,35,17). Sum of RGB (Red+Green+Blue) = 182+35+17=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B62311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62311 is #49DCEE. Grayscale: #4D4D4D. Windows color (decimal): -4840687 or 1123254. OLE color: 1123254.

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

Color convert

RGB 182 35 17 -
CMYK 0 0.81 0.91 0.29
HSL 6.55º 0.83% 0.39% -
HSV(B) 6.55º 0.91% 0.71% -
XYZ 19.99 11.19 1.64 -
YUV 76.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 182 35 17 0 0.81 0.91 0.29 6.55 0.83 0.39
Hex B6 23 11 0 51 5B 1D 7 53 27
Octal 266 43 21 0 121 133 35 7 123 47
Binary 10110110 100011 10001 0 1010001 1011011 11101 111 1010011 100111

Color Harmonies of #B62311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62311

Black with #B62311

Text Example


Text Example

White with #B62311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62311; }

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

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

background-color css

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

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

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

border-color css

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

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

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