Html Css Color HEX #A81E18 Fire Brick

📋 copy color: '#A81E18'

red 168 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #A81E18

Tints of Fire Brick #A81E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.51%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 75.68%
G = 13.51%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81E18 (or 0xA81E18) is known color: Fire Brick. HEX triplet: A8, 1E and 18. RGB value is (168,30,24). Sum of RGB (Red+Green+Blue) = 168+30+24=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81E18 is #57E1E7. Grayscale: #464646. Windows color (decimal): -5759464 or 1580712. OLE color: 1580712.

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

Color convert

RGB 168 30 24 -
CMYK 0 0.82 0.86 0.34
HSL 2.5º 0.75% 0.38% -
HSV(B) 2.5º 0.86% 0.66% -
XYZ 16.78 9.32 1.78 -
YUV 70.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 168 30 24 0 0.82 0.86 0.34 2.5 0.75 0.38
Hex A8 1E 18 0 52 56 22 2 4B 26
Octal 250 36 30 0 122 126 42 2 113 46
Binary 10101000 11110 11000 0 1010010 1010110 100010 10 1001011 100110

Color Harmonies of #A81E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81E18

Black with #A81E18

Text Example


Text Example

White with #A81E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81E18; }

 p { color: rgb(168,30,24); }

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

background-color css

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

 a { background-color: rgb(168,30,24); }

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

border-color css

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

 span { border-color: rgb(168,30,24); }

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