Html Css Color HEX #A31E19 Fire Brick

📋 copy color: '#A31E19'

red 163 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #A31E19

Tints of Fire Brick #A31E19

RGB

 RED value IS 163 (64.06% from 255) = 74.77%

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

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 74.77%
G = 13.76%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A31E19 (or 0xA31E19) is known color: Fire Brick. HEX triplet: A3, 1E and 19. RGB value is (163,30,25). Sum of RGB (Red+Green+Blue) = 163+30+25=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E19 is #5CE1E6. Grayscale: #454545. Windows color (decimal): -6087143 or 1646243. OLE color: 1646243.

HSL color Cylindrical-coordinate representation of color #A31E19: hue angle of 2.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31E19 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 30 25 -
CMYK 0 0.82 0.85 0.36
HSL 2.17º 0.73% 0.37% -
HSV(B) 2.17º 0.85% 0.64% -
XYZ 15.74 8.79 1.79 -
YUV 69.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 163 30 25 0 0.82 0.85 0.36 2.17 0.73 0.37
Hex A3 1E 19 0 52 55 24 2 49 25
Octal 243 36 31 0 122 125 44 2 111 45
Binary 10100011 11110 11001 0 1010010 1010101 100100 10 1001001 100101

Color Harmonies of #A31E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E19

Black with #A31E19

Text Example


Text Example

White with #A31E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E19; }

 p { color: rgb(163,30,25); }

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

background-color css

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

 a { background-color: rgb(163,30,25); }

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

border-color css

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

 span { border-color: rgb(163,30,25); }

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