Html Css Color HEX #A31D08 Fire Brick

📋 copy color: '#A31D08'

red 163 ◦ green 29 ◦ blue 8

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

Shades of Fire Brick #A31D08

Tints of Fire Brick #A31D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

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

R = 81.5%
G = 14.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A31D08 (or 0xA31D08) is known color: Fire Brick. HEX triplet: A3, 1D and 08. RGB value is (163,29,8). Sum of RGB (Red+Green+Blue) = 163+29+8=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D08 is #5CE2F7. Grayscale: #424242. Windows color (decimal): -6087416 or 531875. OLE color: 531875.

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

Color convert

RGB 163 29 8 -
CMYK 0 0.82 0.95 0.36
HSL 8.13º 0.91% 0.34% -
HSV(B) 8.13º 0.95% 0.64% -
XYZ 15.59 8.68 1.08 -
YUV 66.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 163 29 8 0 0.82 0.95 0.36 8.13 0.91 0.34
Hex A3 1D 8 0 52 5F 24 8 5B 22
Octal 243 35 10 0 122 137 44 10 133 42
Binary 10100011 11101 1000 0 1010010 1011111 100100 1000 1011011 100010

Color Harmonies of #A31D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D08

Black with #A31D08

Text Example


Text Example

White with #A31D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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