Html Css Color HEX #B7180C Fire Brick

📋 copy color: '#B7180C'

red 183 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #B7180C

Tints of Fire Brick #B7180C

RGB

 RED value IS 183 (71.88% from 255) = 83.56%

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

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

R = 83.56%
G = 10.96%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7180C (or 0xB7180C) is known color: Fire Brick. HEX triplet: B7, 18 and 0C. RGB value is (183,24,12). Sum of RGB (Red+Green+Blue) = 183+24+12=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B7180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7180C is #48E7F3. Grayscale: #464646. Windows color (decimal): -4777972 or 792759. OLE color: 792759.

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

Color convert

RGB 183 24 12 -
CMYK 0 0.87 0.93 0.28
HSL 4.21º 0.88% 0.38% -
HSV(B) 4.21º 0.93% 0.72% -
XYZ 19.92 10.75 1.37 -
YUV 70.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 183 24 12 0 0.87 0.93 0.28 4.21 0.88 0.38
Hex B7 18 C 0 57 5D 1C 4 58 26
Octal 267 30 14 0 127 135 34 4 130 46
Binary 10110111 11000 1100 0 1010111 1011101 11100 100 1011000 100110

Color Harmonies of #B7180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7180C

Black with #B7180C

Text Example


Text Example

White with #B7180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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