Html Css Color HEX #B61412 Fire Brick

📋 copy color: '#B61412'

red 182 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #B61412

Tints of Fire Brick #B61412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 82.73%
G = 9.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61412 (or 0xB61412) is known color: Fire Brick. HEX triplet: B6, 14 and 12. RGB value is (182,20,18). Sum of RGB (Red+Green+Blue) = 182+20+18=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B61412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61412 is #49EBED. Grayscale: #444444. Windows color (decimal): -4844526 or 1184950. OLE color: 1184950.

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

Color convert

RGB 182 20 18 -
CMYK 0 0.89 0.90 0.29
HSL 0.73º 0.82% 0.39% -
HSV(B) 0.73º 0.9% 0.71% -
XYZ 19.65 10.49 1.56 -
YUV 68.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 182 20 18 0 0.89 0.90 0.29 0.73 0.82 0.39
Hex B6 14 12 0 59 5A 1D 1 52 27
Octal 266 24 22 0 131 132 35 1 122 47
Binary 10110110 10100 10010 0 1011001 1011010 11101 1 1010010 100111

Color Harmonies of #B61412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61412

Black with #B61412

Text Example


Text Example

White with #B61412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61412; }

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

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

background-color css

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

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

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

border-color css

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

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

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