Html Css Color HEX #A31709 Fire Brick

📋 copy color: '#A31709'

red 163 ◦ green 23 ◦ blue 9

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

Shades of Fire Brick #A31709

Tints of Fire Brick #A31709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.62%

R = 83.59%
G = 11.79%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A31709 (or 0xA31709) is known color: Fire Brick. HEX triplet: A3, 17 and 09. RGB value is (163,23,9). Sum of RGB (Red+Green+Blue) = 163+23+9=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A31709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31709 is #5CE8F6. Grayscale: #3F3F3F. Windows color (decimal): -6088951 or 595875. OLE color: 595875.

HSL color Cylindrical-coordinate representation of color #A31709: hue angle of 5.45º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A31709 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 23 9 -
CMYK 0 0.86 0.94 0.36
HSL 5.45º 0.9% 0.34% -
HSV(B) 5.45º 0.94% 0.64% -
XYZ 15.46 8.42 1.07 -
YUV 63.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 163 23 9 0 0.86 0.94 0.36 5.45 0.9 0.34
Hex A3 17 9 0 56 5E 24 5 5A 22
Octal 243 27 11 0 126 136 44 5 132 42
Binary 10100011 10111 1001 0 1010110 1011110 100100 101 1011010 100010

Color Harmonies of #A31709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31709

Black with #A31709

Text Example


Text Example

White with #A31709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31709; }

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

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

background-color css

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

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

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

border-color css

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

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

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