Html Css Color HEX #A31D1D Fire Brick

📋 copy color: '#A31D1D'

red 163 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #A31D1D

Tints of Fire Brick #A31D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 73.76%
G = 13.12%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A31D1D (or 0xA31D1D) is known color: Fire Brick. HEX triplet: A3, 1D and 1D. RGB value is (163,29,29). Sum of RGB (Red+Green+Blue) = 163+29+29=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D1D is #5CE2E2. Grayscale: #454545. Windows color (decimal): -6087395 or 1908131. OLE color: 1908131.

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

Color convert

RGB 163 29 29 -
CMYK 0 0.82 0.82 0.36
HSL 0.7% 0.38% -
HSV(B) 0.82% 0.64% -
XYZ 15.77 8.75 2.02 -
YUV 69.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 163 29 29 0 0.82 0.82 0.36 0 0.7 0.38
Hex A3 1D 1D 0 52 52 24 0 46 26
Octal 243 35 35 0 122 122 44 0 106 46
Binary 10100011 11101 11101 0 1010010 1010010 100100 0 1000110 100110

Color Harmonies of #A31D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D1D

Black with #A31D1D

Text Example


Text Example

White with #A31D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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