Html Css Color HEX #B7180A Fire Brick

📋 copy color: '#B7180A'

red 183 ◦ green 24 ◦ blue 10

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

Shades of Fire Brick #B7180A

Tints of Fire Brick #B7180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 84.33%
G = 11.06%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7180A (or 0xB7180A) is known color: Fire Brick. HEX triplet: B7, 18 and 0A. RGB value is (183,24,10). Sum of RGB (Red+Green+Blue) = 183+24+10=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7180A is #48E7F5. Grayscale: #464646. Windows color (decimal): -4777974 or 661687. OLE color: 661687.

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

Color convert

RGB 183 24 10 -
CMYK 0 0.87 0.95 0.28
HSL 4.86º 0.9% 0.38% -
HSV(B) 4.86º 0.95% 0.72% -
XYZ 19.91 10.74 1.31 -
YUV 69.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 183 24 10 0 0.87 0.95 0.28 4.86 0.9 0.38
Hex B7 18 A 0 57 5F 1C 5 5A 26
Octal 267 30 12 0 127 137 34 5 132 46
Binary 10110111 11000 1010 0 1010111 1011111 11100 101 1011010 100110

Color Harmonies of #B7180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7180A

Black with #B7180A

Text Example


Text Example

White with #B7180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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