Html Css Color HEX #A81D13 Fire Brick

📋 copy color: '#A81D13'

red 168 ◦ green 29 ◦ blue 19

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

Shades of Fire Brick #A81D13

Tints of Fire Brick #A81D13

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 77.78%
G = 13.43%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81D13 (or 0xA81D13) is known color: Fire Brick. HEX triplet: A8, 1D and 13. RGB value is (168,29,19). Sum of RGB (Red+Green+Blue) = 168+29+19=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D13 is #57E2EC. Grayscale: #454545. Windows color (decimal): -5759725 or 1252776. OLE color: 1252776.

HSL color Cylindrical-coordinate representation of color #A81D13: hue angle of 4.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81D13 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 29 19 -
CMYK 0 0.83 0.89 0.34
HSL 4.03º 0.8% 0.37% -
HSV(B) 4.03º 0.89% 0.66% -
XYZ 16.71 9.25 1.52 -
YUV 69.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 168 29 19 0 0.83 0.89 0.34 4.03 0.8 0.37
Hex A8 1D 13 0 53 59 22 4 50 25
Octal 250 35 23 0 123 131 42 4 120 45
Binary 10101000 11101 10011 0 1010011 1011001 100010 100 1010000 100101

Color Harmonies of #A81D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D13

Black with #A81D13

Text Example


Text Example

White with #A81D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D13; }

 p { color: rgb(168,29,19); }

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

background-color css

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

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

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

border-color css

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

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

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