Html Css Color HEX #A31708 Fire Brick

📋 copy color: '#A31708'

red 163 ◦ green 23 ◦ blue 8

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

Shades of Fire Brick #A31708

Tints of Fire Brick #A31708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.12%

R = 84.02%
G = 11.86%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A31708 (or 0xA31708) is known color: Fire Brick. HEX triplet: A3, 17 and 08. RGB value is (163,23,8). Sum of RGB (Red+Green+Blue) = 163+23+8=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A31708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31708 is #5CE8F7. Grayscale: #3F3F3F. Windows color (decimal): -6088952 or 530339. OLE color: 530339.

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

Color convert

RGB 163 23 8 -
CMYK 0 0.86 0.95 0.36
HSL 5.81º 0.91% 0.34% -
HSV(B) 5.81º 0.95% 0.64% -
XYZ 15.45 8.42 1.04 -
YUV 63.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 163 23 8 0 0.86 0.95 0.36 5.81 0.91 0.34
Hex A3 17 8 0 56 5F 24 6 5B 22
Octal 243 27 10 0 126 137 44 6 133 42
Binary 10100011 10111 1000 0 1010110 1011111 100100 110 1011011 100010

Color Harmonies of #A31708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31708

Black with #A31708

Text Example


Text Example

White with #A31708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31708; }

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

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

background-color css

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

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

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

border-color css

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

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

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