Html Css Color HEX #A11308 Dark Red

📋 copy color: '#A11308'

red 161 ◦ green 19 ◦ blue 8

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

Shades of Dark Red #A11308

Tints of Dark Red #A11308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 85.64%
G = 10.11%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A11308 (or 0xA11308) is known color: Dark Red. HEX triplet: A1, 13 and 08. RGB value is (161,19,8). Sum of RGB (Red+Green+Blue) = 161+19+8=188 (24% of max value = 765). Red value is 161 (63.28% from 255 or 85.64% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 161 - color contains mainly: red. Hex color #A11308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11308 is #5EECF7. Grayscale: #3C3C3C. Windows color (decimal): -6221048 or 529313. OLE color: 529313.

HSL color Cylindrical-coordinate representation of color #A11308: hue angle of 4.31º 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 #A11308 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 8 -
CMYK 0 0.88 0.95 0.37
HSL 4.31º 0.91% 0.33% -
HSV(B) 4.31º 0.95% 0.63% -
XYZ 14.97 8.06 1 -
YUV 60.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 161 19 8 0 0.88 0.95 0.37 4.31 0.91 0.33
Hex A1 13 8 0 58 5F 25 4 5B 21
Octal 241 23 10 0 130 137 45 4 133 41
Binary 10100001 10011 1000 0 1011000 1011111 100101 100 1011011 100001

Color Harmonies of #A11308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11308

Black with #A11308

Text Example


Text Example

White with #A11308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11308; }

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

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

background-color css

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

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

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

border-color css

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

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

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