Html Css Color HEX #B61812 Fire Brick

📋 copy color: '#B61812'

red 182 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #B61812

Tints of Fire Brick #B61812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 81.25%
G = 10.71%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61812 (or 0xB61812) is known color: Fire Brick. HEX triplet: B6, 18 and 12. RGB value is (182,24,18). Sum of RGB (Red+Green+Blue) = 182+24+18=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B61812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61812 is #49E7ED. Grayscale: #464646. Windows color (decimal): -4843502 or 1185974. OLE color: 1185974.

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

Color convert

RGB 182 24 18 -
CMYK 0 0.87 0.90 0.29
HSL 2.2º 0.82% 0.39% -
HSV(B) 2.2º 0.9% 0.71% -
XYZ 19.73 10.64 1.59 -
YUV 70.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 182 24 18 0 0.87 0.90 0.29 2.2 0.82 0.39
Hex B6 18 12 0 57 5A 1D 2 52 27
Octal 266 30 22 0 127 132 35 2 122 47
Binary 10110110 11000 10010 0 1010111 1011010 11101 10 1010010 100111

Color Harmonies of #B61812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61812

Black with #B61812

Text Example


Text Example

White with #B61812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61812; }

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

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

background-color css

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

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

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

border-color css

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

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

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