Html Css Color HEX #A31A06 Fire Brick

📋 copy color: '#A31A06'

red 163 ◦ green 26 ◦ blue 6

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

Shades of Fire Brick #A31A06

Tints of Fire Brick #A31A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 83.59%
G = 13.33%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A31A06 (or 0xA31A06) is known color: Fire Brick. HEX triplet: A3, 1A and 06. RGB value is (163,26,6). Sum of RGB (Red+Green+Blue) = 163+26+6=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31A06 is #5CE5F9. Grayscale: #404040. Windows color (decimal): -6088186 or 400035. OLE color: 400035.

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

Color convert

RGB 163 26 6 -
CMYK 0 0.84 0.96 0.36
HSL 7.64º 0.93% 0.33% -
HSV(B) 7.64º 0.96% 0.64% -
XYZ 15.51 8.54 1 -
YUV 64.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 163 26 6 0 0.84 0.96 0.36 7.64 0.93 0.33
Hex A3 1A 6 0 54 60 24 8 5D 21
Octal 243 32 6 0 124 140 44 10 135 41
Binary 10100011 11010 110 0 1010100 1100000 100100 1000 1011101 100001

Color Harmonies of #A31A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A06

Black with #A31A06

Text Example


Text Example

White with #A31A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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