Html Css Color HEX #B31E17 Fire Brick

📋 copy color: '#B31E17'

red 179 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #B31E17

Tints of Fire Brick #B31E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 77.16%
G = 12.93%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B31E17 (or 0xB31E17) is known color: Fire Brick. HEX triplet: B3, 1E and 17. RGB value is (179,30,23). Sum of RGB (Red+Green+Blue) = 179+30+23=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31E17 is #4CE1E8. Grayscale: #494949. Windows color (decimal): -5038569 or 1515187. OLE color: 1515187.

HSL color Cylindrical-coordinate representation of color #B31E17: hue angle of 2.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31E17 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 30 23 -
CMYK 0 0.83 0.87 0.30
HSL 2.69º 0.77% 0.4% -
HSV(B) 2.69º 0.87% 0.7% -
XYZ 19.21 10.57 1.84 -
YUV 73.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 179 30 23 0 0.83 0.87 0.30 2.69 0.77 0.4
Hex B3 1E 17 0 53 57 1E 3 4D 28
Octal 263 36 27 0 123 127 36 3 115 50
Binary 10110011 11110 10111 0 1010011 1010111 11110 11 1001101 101000

Color Harmonies of #B31E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E17

Black with #B31E17

Text Example


Text Example

White with #B31E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E17; }

 p { color: rgb(179,30,23); }

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

background-color css

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

 a { background-color: rgb(179,30,23); }

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

border-color css

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

 span { border-color: rgb(179,30,23); }

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