Html Css Color HEX #A81D12 Fire Brick

📋 copy color: '#A81D12'

red 168 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #A81D12

Tints of Fire Brick #A81D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 78.14%
G = 13.49%
B = 8.37%

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

#A81D12 (or 0xA81D12) is known color: Fire Brick. HEX triplet: A8, 1D and 12. RGB value is (168,29,18). Sum of RGB (Red+Green+Blue) = 168+29+18=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D12 is #57E2ED. Grayscale: #454545. Windows color (decimal): -5759726 or 1187240. OLE color: 1187240.

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

Color convert

RGB 168 29 18 -
CMYK 0 0.83 0.89 0.34
HSL 4.4º 0.81% 0.36% -
HSV(B) 4.4º 0.89% 0.66% -
XYZ 16.7 9.25 1.48 -
YUV 69.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 168 29 18 0 0.83 0.89 0.34 4.4 0.81 0.36
Hex A8 1D 12 0 53 59 22 4 51 24
Octal 250 35 22 0 123 131 42 4 121 44
Binary 10101000 11101 10010 0 1010011 1011001 100010 100 1010001 100100

Color Harmonies of #A81D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D12

Black with #A81D12

Text Example


Text Example

White with #A81D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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