Html Css Color HEX #B31510 Fire Brick

📋 copy color: '#B31510'

red 179 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #B31510

Tints of Fire Brick #B31510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 82.87%
G = 9.72%
B = 7.41%

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

#B31510 (or 0xB31510) is known color: Fire Brick. HEX triplet: B3, 15 and 10. RGB value is (179,21,16). Sum of RGB (Red+Green+Blue) = 179+21+16=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B31510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31510 is #4CEAEF. Grayscale: #434343. Windows color (decimal): -5040880 or 1054131. OLE color: 1054131.

HSL color Cylindrical-coordinate representation of color #B31510: hue angle of 1.84º 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 #B31510 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 16 -
CMYK 0 0.88 0.91 0.30
HSL 1.84º 0.84% 0.38% -
HSV(B) 1.84º 0.91% 0.7% -
XYZ 18.95 10.16 1.45 -
YUV 67.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 179 21 16 0 0.88 0.91 0.30 1.84 0.84 0.38
Hex B3 15 10 0 58 5B 1E 2 54 26
Octal 263 25 20 0 130 133 36 2 124 46
Binary 10110011 10101 10000 0 1011000 1011011 11110 10 1010100 100110

Color Harmonies of #B31510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31510

Black with #B31510

Text Example


Text Example

White with #B31510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31510; }

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

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

background-color css

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

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

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

border-color css

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

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

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