Html Css Color HEX #A31A0E Fire Brick

📋 copy color: '#A31A0E'

red 163 ◦ green 26 ◦ blue 14

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

Shades of Fire Brick #A31A0E

Tints of Fire Brick #A31A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 80.3%
G = 12.81%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A31A0E (or 0xA31A0E) is known color: Fire Brick. HEX triplet: A3, 1A and 0E. RGB value is (163,26,14). Sum of RGB (Red+Green+Blue) = 163+26+14=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31A0E is #5CE5F1. Grayscale: #414141. Windows color (decimal): -6088178 or 924323. OLE color: 924323.

HSL color Cylindrical-coordinate representation of color #A31A0E: hue angle of 4.83º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A31A0E is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 26 14 -
CMYK 0 0.84 0.91 0.36
HSL 4.83º 0.84% 0.35% -
HSV(B) 4.83º 0.91% 0.64% -
XYZ 15.55 8.56 1.25 -
YUV 65.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 163 26 14 0 0.84 0.91 0.36 4.83 0.84 0.35
Hex A3 1A E 0 54 5B 24 5 54 23
Octal 243 32 16 0 124 133 44 5 124 43
Binary 10100011 11010 1110 0 1010100 1011011 100100 101 1010100 100011

Color Harmonies of #A31A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A0E

Black with #A31A0E

Text Example


Text Example

White with #A31A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A0E; }

 p { color: rgb(163,26,14); }

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

background-color css

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

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

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

border-color css

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

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

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