Html Css Color HEX #B6190C Fire Brick

📋 copy color: '#B6190C'

red 182 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #B6190C

Tints of Fire Brick #B6190C

RGB

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

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

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

R = 83.11%
G = 11.42%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6190C (or 0xB6190C) is known color: Fire Brick. HEX triplet: B6, 19 and 0C. RGB value is (182,25,12). Sum of RGB (Red+Green+Blue) = 182+25+12=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B6190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6190C is #49E6F3. Grayscale: #464646. Windows color (decimal): -4843252 or 793014. OLE color: 793014.

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

Color convert

RGB 182 25 12 -
CMYK 0 0.86 0.93 0.29
HSL 4.59º 0.88% 0.38% -
HSV(B) 4.59º 0.93% 0.71% -
XYZ 19.71 10.67 1.37 -
YUV 70.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 182 25 12 0 0.86 0.93 0.29 4.59 0.88 0.38
Hex B6 19 C 0 56 5D 1D 5 58 26
Octal 266 31 14 0 126 135 35 5 130 46
Binary 10110110 11001 1100 0 1010110 1011101 11101 101 1011000 100110

Color Harmonies of #B6190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6190C

Black with #B6190C

Text Example


Text Example

White with #B6190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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