Html Css Color HEX #B6180C Fire Brick

📋 copy color: '#B6180C'

red 182 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #B6180C

Tints of Fire Brick #B6180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 83.49%
G = 11.01%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6180C (or 0xB6180C) is known color: Fire Brick. HEX triplet: B6, 18 and 0C. RGB value is (182,24,12). Sum of RGB (Red+Green+Blue) = 182+24+12=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B6180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6180C is #49E7F3. Grayscale: #464646. Windows color (decimal): -4843508 or 792758. OLE color: 792758.

HSL color Cylindrical-coordinate representation of color #B6180C: hue angle of 4.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6180C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 12 -
CMYK 0 0.87 0.93 0.29
HSL 4.24º 0.88% 0.38% -
HSV(B) 4.24º 0.93% 0.71% -
XYZ 19.68 10.62 1.36 -
YUV 69.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 182 24 12 0 0.87 0.93 0.29 4.24 0.88 0.38
Hex B6 18 C 0 57 5D 1D 4 58 26
Octal 266 30 14 0 127 135 35 4 130 46
Binary 10110110 11000 1100 0 1010111 1011101 11101 100 1011000 100110

Color Harmonies of #B6180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6180C

Black with #B6180C

Text Example


Text Example

White with #B6180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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