Html Css Color HEX #B62312 Fire Brick

📋 copy color: '#B62312'

red 182 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #B62312

Tints of Fire Brick #B62312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 77.45%
G = 14.89%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B62312 (or 0xB62312) is known color: Fire Brick. HEX triplet: B6, 23 and 12. RGB value is (182,35,18). Sum of RGB (Red+Green+Blue) = 182+35+18=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B62312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62312 is #49DCED. Grayscale: #4D4D4D. Windows color (decimal): -4840686 or 1188790. OLE color: 1188790.

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

Color convert

RGB 182 35 18 -
CMYK 0 0.81 0.90 0.29
HSL 6.22º 0.82% 0.39% -
HSV(B) 6.22º 0.9% 0.71% -
XYZ 20 11.19 1.68 -
YUV 77.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 182 35 18 0 0.81 0.90 0.29 6.22 0.82 0.39
Hex B6 23 12 0 51 5A 1D 6 52 27
Octal 266 43 22 0 121 132 35 6 122 47
Binary 10110110 100011 10010 0 1010001 1011010 11101 110 1010010 100111

Color Harmonies of #B62312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62312

Black with #B62312

Text Example


Text Example

White with #B62312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62312; }

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

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

background-color css

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

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

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

border-color css

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

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

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