Html Css Color HEX #A81C13 Fire Brick

📋 copy color: '#A81C13'

red 168 ◦ green 28 ◦ blue 19

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

Shades of Fire Brick #A81C13

Tints of Fire Brick #A81C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 78.14%
G = 13.02%
B = 8.84%

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

#A81C13 (or 0xA81C13) is known color: Fire Brick. HEX triplet: A8, 1C and 13. RGB value is (168,28,19). Sum of RGB (Red+Green+Blue) = 168+28+19=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C13 is #57E3EC. Grayscale: #454545. Windows color (decimal): -5759981 or 1252520. OLE color: 1252520.

HSL color Cylindrical-coordinate representation of color #A81C13: hue angle of 3.62º 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 #A81C13 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 28 19 -
CMYK 0 0.83 0.89 0.34
HSL 3.62º 0.8% 0.37% -
HSV(B) 3.62º 0.89% 0.66% -
XYZ 16.68 9.2 1.51 -
YUV 68.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 168 28 19 0 0.83 0.89 0.34 3.62 0.8 0.37
Hex A8 1C 13 0 53 59 22 4 50 25
Octal 250 34 23 0 123 131 42 4 120 45
Binary 10101000 11100 10011 0 1010011 1011001 100010 100 1010000 100101

Color Harmonies of #A81C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81C13

Black with #A81C13

Text Example


Text Example

White with #A81C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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