Html Css Color HEX #AA0F0D Fire Brick

📋 copy color: '#AA0F0D'

red 170 ◦ green 15 ◦ blue 13

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

Shades of Fire Brick #AA0F0D

Tints of Fire Brick #AA0F0D

RGB

 RED value IS 170 (66.8% from 255) = 85.86%

 GREEN value IS 15 (6.25% from 255) = 7.58%

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 85.86%
G = 7.58%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA0F0D (or 0xAA0F0D) is known color: Fire Brick. HEX triplet: AA, 0F and 0D. RGB value is (170,15,13). Sum of RGB (Red+Green+Blue) = 170+15+13=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F0D is #55F0F2. Grayscale: #3D3D3D. Windows color (decimal): -5632243 or 855978. OLE color: 855978.

HSL color Cylindrical-coordinate representation of color #AA0F0D: hue angle of 0.76º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0F0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 13 -
CMYK 0 0.91 0.92 0.33
HSL 0.76º 0.86% 0.36% -
HSV(B) 0.76º 0.92% 0.67% -
XYZ 16.82 8.92 1.22 -
YUV 61.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 170 15 13 0 0.91 0.92 0.33 0.76 0.86 0.36
Hex AA F D 0 5B 5C 21 1 56 24
Octal 252 17 15 0 133 134 41 1 126 44
Binary 10101010 1111 1101 0 1011011 1011100 100001 1 1010110 100100

Color Harmonies of #AA0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F0D

Black with #AA0F0D

Text Example


Text Example

White with #AA0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F0D; }

 p { color: rgb(170,15,13); }

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

background-color css

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

 a { background-color: rgb(170,15,13); }

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

border-color css

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

 span { border-color: rgb(170,15,13); }

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