Html Css Color HEX #B31A1A Fire Brick

📋 copy color: '#B31A1A'

red 179 ◦ green 26 ◦ blue 26

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

Shades of Fire Brick #B31A1A

Tints of Fire Brick #B31A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 77.49%
G = 11.26%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B31A1A (or 0xB31A1A) is known color: Fire Brick. HEX triplet: B3, 1A and 1A. RGB value is (179,26,26). Sum of RGB (Red+Green+Blue) = 179+26+26=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A1A is #4CE5E5. Grayscale: #474747. Windows color (decimal): -5039590 or 1710771. OLE color: 1710771.

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

Color convert

RGB 179 26 26 -
CMYK 0 0.85 0.85 0.30
HSL 0.75% 0.4% -
HSV(B) 0.85% 0.7% -
XYZ 19.15 10.4 1.97 -
YUV 71.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 179 26 26 0 0.85 0.85 0.30 0 0.75 0.4
Hex B3 1A 1A 0 55 55 1E 0 4B 28
Octal 263 32 32 0 125 125 36 0 113 50
Binary 10110011 11010 11010 0 1010101 1010101 11110 0 1001011 101000

Color Harmonies of #B31A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A1A

Black with #B31A1A

Text Example


Text Example

White with #B31A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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