Html Css Color HEX #A30D08 Dark Red

📋 copy color: '#A30D08'

red 163 ◦ green 13 ◦ blue 8

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

Shades of Dark Red #A30D08

Tints of Dark Red #A30D08

RGB

 RED value IS 163 (64.06% from 255) = 88.59%

 GREEN value IS 13 (5.47% from 255) = 7.07%

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

R = 88.59%
G = 7.07%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A30D08 (or 0xA30D08) is known color: Dark Red. HEX triplet: A3, 0D and 08. RGB value is (163,13,8). Sum of RGB (Red+Green+Blue) = 163+13+8=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D08 is #5CF2F7. Grayscale: #393939. Windows color (decimal): -6091512 or 527779. OLE color: 527779.

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

Color convert

RGB 163 13 8 -
CMYK 0 0.92 0.95 0.36
HSL 1.94º 0.91% 0.34% -
HSV(B) 1.94º 0.95% 0.64% -
XYZ 15.29 8.09 0.99 -
YUV 57.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 163 13 8 0 0.92 0.95 0.36 1.94 0.91 0.34
Hex A3 D 8 0 5C 5F 24 2 5B 22
Octal 243 15 10 0 134 137 44 2 133 42
Binary 10100011 1101 1000 0 1011100 1011111 100100 10 1011011 100010

Color Harmonies of #A30D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30D08

Black with #A30D08

Text Example


Text Example

White with #A30D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30D08; }

 p { color: rgb(163,13,8); }

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

background-color css

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

 a { background-color: rgb(163,13,8); }

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

border-color css

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

 span { border-color: rgb(163,13,8); }

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