Html Css Color HEX #A80F0D Fire Brick

📋 copy color: '#A80F0D'

red 168 ◦ green 15 ◦ blue 13

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

Shades of Fire Brick #A80F0D

Tints of Fire Brick #A80F0D

RGB

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

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

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

R = 85.71%
G = 7.65%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A80F0D (or 0xA80F0D) is known color: Fire Brick. HEX triplet: A8, 0F and 0D. RGB value is (168,15,13). Sum of RGB (Red+Green+Blue) = 168+15+13=196 (25% of max value = 765). Red value is 168 (66.02% from 255 or 85.71% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F0D is #57F0F2. Grayscale: #3C3C3C. Windows color (decimal): -5763315 or 855976. OLE color: 855976.

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

Color convert

RGB 168 15 13 -
CMYK 0 0.91 0.92 0.34
HSL 0.77º 0.86% 0.35% -
HSV(B) 0.77º 0.92% 0.66% -
XYZ 16.39 8.7 1.2 -
YUV 60.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 168 15 13 0 0.91 0.92 0.34 0.77 0.86 0.35
Hex A8 F D 0 5B 5C 22 1 56 23
Octal 250 17 15 0 133 134 42 1 126 43
Binary 10101000 1111 1101 0 1011011 1011100 100010 1 1010110 100011

Color Harmonies of #A80F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F0D

Black with #A80F0D

Text Example


Text Example

White with #A80F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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