Html Css Color HEX #A31D00 Fire Brick

📋 copy color: '#A31D00'

red 163 ◦ green 29 ◦ blue 0

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

Shades of Fire Brick #A31D00

Tints of Fire Brick #A31D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.9%
G = 15.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A31D00 (or 0xA31D00) is known color: Fire Brick. HEX triplet: A3, 1D and 00. RGB value is (163,29,0). Sum of RGB (Red+Green+Blue) = 163+29+0=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D00 is #5CE2FF. Grayscale: #424242. Windows color (decimal): -6087424 or 7587. OLE color: 7587.

HSL color Cylindrical-coordinate representation of color #A31D00: hue angle of 10.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A31D00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 0 -
CMYK 0 0.82 1 0.36
HSL 10.67º 1% 0.32% -
HSV(B) 10.67º 1% 0.64% -
XYZ 15.54 8.67 0.85 -
YUV 65.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 163 29 0 0 0.82 1 0.36 10.67 1 0.32
Hex A3 1D 0 0 52 64 24 B 64 20
Octal 243 35 0 0 122 144 44 13 144 40
Binary 10100011 11101 0 0 1010010 1100100 100100 1011 1100100 100000

Color Harmonies of #A31D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D00

Black with #A31D00

Text Example


Text Example

White with #A31D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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