Html Css Color HEX #A30B04 Dark Red

📋 copy color: '#A30B04'

red 163 ◦ green 11 ◦ blue 4

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

Shades of Dark Red #A30B04

Tints of Dark Red #A30B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.18%

 BLUE value IS 4 (1.95% from 255) = 2.25%

R = 91.57%
G = 6.18%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A30B04 (or 0xA30B04) is known color: Dark Red. HEX triplet: A3, 0B and 04. RGB value is (163,11,4). Sum of RGB (Red+Green+Blue) = 163+11+4=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30B04 is #5CF4FB. Grayscale: #373737. Windows color (decimal): -6092028 or 265123. OLE color: 265123.

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

Color convert

RGB 163 11 4 -
CMYK 0 0.93 0.98 0.36
HSL 2.64º 0.95% 0.33% -
HSV(B) 2.64º 0.98% 0.64% -
XYZ 15.25 8.03 0.86 -
YUV 55.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 163 11 4 0 0.93 0.98 0.36 2.64 0.95 0.33
Hex A3 B 4 0 5D 62 24 3 5F 21
Octal 243 13 4 0 135 142 44 3 137 41
Binary 10100011 1011 100 0 1011101 1100010 100100 11 1011111 100001

Color Harmonies of #A30B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30B04

Black with #A30B04

Text Example


Text Example

White with #A30B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30B04; }

 p { color: rgb(163,11,4); }

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

background-color css

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

 a { background-color: rgb(163,11,4); }

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

border-color css

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

 span { border-color: rgb(163,11,4); }

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