Html Css Color HEX #B7190C Fire Brick

📋 copy color: '#B7190C'

red 183 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #B7190C

Tints of Fire Brick #B7190C

RGB

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

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

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

R = 83.18%
G = 11.36%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7190C (or 0xB7190C) is known color: Fire Brick. HEX triplet: B7, 19 and 0C. RGB value is (183,25,12). Sum of RGB (Red+Green+Blue) = 183+25+12=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B7190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7190C is #48E6F3. Grayscale: #464646. Windows color (decimal): -4777716 or 793015. OLE color: 793015.

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

Color convert

RGB 183 25 12 -
CMYK 0 0.86 0.93 0.28
HSL 4.56º 0.88% 0.38% -
HSV(B) 4.56º 0.93% 0.72% -
XYZ 19.94 10.79 1.38 -
YUV 70.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 183 25 12 0 0.86 0.93 0.28 4.56 0.88 0.38
Hex B7 19 C 0 56 5D 1C 5 58 26
Octal 267 31 14 0 126 135 34 5 130 46
Binary 10110111 11001 1100 0 1010110 1011101 11100 101 1011000 100110

Color Harmonies of #B7190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7190C

Black with #B7190C

Text Example


Text Example

White with #B7190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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