Html Css Color HEX #A31706 Fire Brick

📋 copy color: '#A31706'

red 163 ◦ green 23 ◦ blue 6

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

Shades of Fire Brick #A31706

Tints of Fire Brick #A31706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 84.9%
G = 11.98%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A31706 (or 0xA31706) is known color: Fire Brick. HEX triplet: A3, 17 and 06. RGB value is (163,23,6). Sum of RGB (Red+Green+Blue) = 163+23+6=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A31706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31706 is #5CE8F9. Grayscale: #3F3F3F. Windows color (decimal): -6088954 or 399267. OLE color: 399267.

HSL color Cylindrical-coordinate representation of color #A31706: hue angle of 6.5º 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 #A31706 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 23 6 -
CMYK 0 0.86 0.96 0.36
HSL 6.5º 0.93% 0.33% -
HSV(B) 6.5º 0.96% 0.64% -
XYZ 15.44 8.41 0.98 -
YUV 62.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 163 23 6 0 0.86 0.96 0.36 6.5 0.93 0.33
Hex A3 17 6 0 56 60 24 6 5D 21
Octal 243 27 6 0 126 140 44 6 135 41
Binary 10100011 10111 110 0 1010110 1100000 100100 110 1011101 100001

Color Harmonies of #A31706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31706

Black with #A31706

Text Example


Text Example

White with #A31706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31706; }

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

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

background-color css

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

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

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

border-color css

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

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

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