Html Css Color HEX #A30104 Sangria

📋 copy color: '#A30104'

red 163 ◦ green 1 ◦ blue 4

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

Shades of Sangria #A30104

Tints of Sangria #A30104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 97.02%
G = 0.6%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A30104 (or 0xA30104) is known color: Sangria. HEX triplet: A3, 01 and 04. RGB value is (163,1,4). Sum of RGB (Red+Green+Blue) = 163+1+4=168 (22% of max value = 765). Red value is 163 (64.06% from 255 or 97.02% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 163 - color contains mainly: red. Hex color #A30104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30104 is #5CFEFB. Grayscale: #313131. Windows color (decimal): -6094588 or 262563. OLE color: 262563.

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

Color convert

RGB 163 1 4 -
CMYK 0 0.99 0.98 0.36
HSL 358.89º 0.99% 0.32% -
HSV(B) 358.89º 0.99% 0.64% -
XYZ 15.14 7.82 0.83 -
YUV 49.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 163 1 4 0 0.99 0.98 0.36 358.89 0.99 0.32
Hex A3 1 4 0 63 62 24 167 63 20
Octal 243 1 4 0 143 142 44 547 143 40
Binary 10100011 1 100 0 1100011 1100010 100100 101100111 1100011 100000

Color Harmonies of #A30104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30104

Black with #A30104

Text Example


Text Example

White with #A30104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30104; }

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

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

background-color css

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

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

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

border-color css

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

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

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