Html Css Color HEX #B31610 Fire Brick

📋 copy color: '#B31610'

red 179 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #B31610

Tints of Fire Brick #B31610

RGB

 RED value IS 179 (70.31% from 255) = 82.49%

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 82.49%
G = 10.14%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B31610 (or 0xB31610) is known color: Fire Brick. HEX triplet: B3, 16 and 10. RGB value is (179,22,16). Sum of RGB (Red+Green+Blue) = 179+22+16=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B31610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31610 is #4CE9EF. Grayscale: #444444. Windows color (decimal): -5040624 or 1054387. OLE color: 1054387.

HSL color Cylindrical-coordinate representation of color #B31610: hue angle of 2.21º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31610 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 16 -
CMYK 0 0.88 0.91 0.30
HSL 2.21º 0.84% 0.38% -
HSV(B) 2.21º 0.91% 0.7% -
XYZ 18.97 10.19 1.46 -
YUV 68.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 179 22 16 0 0.88 0.91 0.30 2.21 0.84 0.38
Hex B3 16 10 0 58 5B 1E 2 54 26
Octal 263 26 20 0 130 133 36 2 124 46
Binary 10110011 10110 10000 0 1011000 1011011 11110 10 1010100 100110

Color Harmonies of #B31610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31610

Black with #B31610

Text Example


Text Example

White with #B31610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31610; }

 p { color: rgb(179,22,16); }

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

background-color css

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

 a { background-color: rgb(179,22,16); }

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

border-color css

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

 span { border-color: rgb(179,22,16); }

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