Html Css Color HEX #B31A0A Fire Brick

📋 copy color: '#B31A0A'

red 179 ◦ green 26 ◦ blue 10

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

Shades of Fire Brick #B31A0A

Tints of Fire Brick #B31A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 83.26%
G = 12.09%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B31A0A (or 0xB31A0A) is known color: Fire Brick. HEX triplet: B3, 1A and 0A. RGB value is (179,26,10). Sum of RGB (Red+Green+Blue) = 179+26+10=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31A0A is #4CE5F5. Grayscale: #464646. Windows color (decimal): -5039606 or 662195. OLE color: 662195.

HSL color Cylindrical-coordinate representation of color #B31A0A: hue angle of 5.68º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B31A0A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 10 -
CMYK 0 0.85 0.94 0.30
HSL 5.68º 0.89% 0.37% -
HSV(B) 5.68º 0.94% 0.7% -
XYZ 19.01 10.34 1.28 -
YUV 69.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 179 26 10 0 0.85 0.94 0.30 5.68 0.89 0.37
Hex B3 1A A 0 55 5E 1E 6 59 25
Octal 263 32 12 0 125 136 36 6 131 45
Binary 10110011 11010 1010 0 1010101 1011110 11110 110 1011001 100101

Color Harmonies of #B31A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A0A

Black with #B31A0A

Text Example


Text Example

White with #B31A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A0A; }

 p { color: rgb(179,26,10); }

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

background-color css

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

 a { background-color: rgb(179,26,10); }

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

border-color css

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

 span { border-color: rgb(179,26,10); }

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