Html Css Color HEX #B61912 Fire Brick

📋 copy color: '#B61912'

red 182 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #B61912

Tints of Fire Brick #B61912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

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

R = 80.89%
G = 11.11%
B = 8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61912 (or 0xB61912) is known color: Fire Brick. HEX triplet: B6, 19 and 12. RGB value is (182,25,18). Sum of RGB (Red+Green+Blue) = 182+25+18=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B61912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61912 is #49E6ED. Grayscale: #474747. Windows color (decimal): -4843246 or 1186230. OLE color: 1186230.

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

Color convert

RGB 182 25 18 -
CMYK 0 0.86 0.90 0.29
HSL 2.56º 0.82% 0.39% -
HSV(B) 2.56º 0.9% 0.71% -
XYZ 19.75 10.68 1.59 -
YUV 71.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 182 25 18 0 0.86 0.90 0.29 2.56 0.82 0.39
Hex B6 19 12 0 56 5A 1D 3 52 27
Octal 266 31 22 0 126 132 35 3 122 47
Binary 10110110 11001 10010 0 1010110 1011010 11101 11 1010010 100111

Color Harmonies of #B61912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61912

Black with #B61912

Text Example


Text Example

White with #B61912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61912; }

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

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

background-color css

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

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

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

border-color css

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

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

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