Html Css Color HEX #A10F08 Dark Red

📋 copy color: '#A10F08'

red 161 ◦ green 15 ◦ blue 8

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

Shades of Dark Red #A10F08

Tints of Dark Red #A10F08

RGB

 RED value IS 161 (63.28% from 255) = 87.5%

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

 BLUE value IS 8 (3.52% from 255) = 4.35%

R = 87.5%
G = 8.15%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A10F08 (or 0xA10F08) is known color: Dark Red. HEX triplet: A1, 0F and 08. RGB value is (161,15,8). Sum of RGB (Red+Green+Blue) = 161+15+8=184 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.5% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F08 is #5EF0F7. Grayscale: #3A3A3A. Windows color (decimal): -6222072 or 528289. OLE color: 528289.

HSL color Cylindrical-coordinate representation of color #A10F08: hue angle of 2.75º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10F08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 15 8 -
CMYK 0 0.91 0.95 0.37
HSL 2.75º 0.91% 0.33% -
HSV(B) 2.75º 0.95% 0.63% -
XYZ 14.91 7.94 0.98 -
YUV 57.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 161 15 8 0 0.91 0.95 0.37 2.75 0.91 0.33
Hex A1 F 8 0 5B 5F 25 3 5B 21
Octal 241 17 10 0 133 137 45 3 133 41
Binary 10100001 1111 1000 0 1011011 1011111 100101 11 1011011 100001

Color Harmonies of #A10F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10F08

Black with #A10F08

Text Example


Text Example

White with #A10F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10F08; }

 p { color: rgb(161,15,8); }

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

background-color css

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

 a { background-color: rgb(161,15,8); }

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

border-color css

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

 span { border-color: rgb(161,15,8); }

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