Html Css Color HEX #A00104 Sangria

📋 copy color: '#A00104'

red 160 ◦ green 1 ◦ blue 4

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

Shades of Sangria #A00104

Tints of Sangria #A00104

RGB

 RED value IS 160 (62.89% from 255) = 96.97%

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

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

R = 96.97%
G = 0.61%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A00104 (or 0xA00104) is known color: Sangria. HEX triplet: A0, 01 and 04. RGB value is (160,1,4). Sum of RGB (Red+Green+Blue) = 160+1+4=165 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.97% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 160 - color contains mainly: red. Hex color #A00104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00104 is #5FFEFB. Grayscale: #313131. Windows color (decimal): -6291196 or 262560. OLE color: 262560.

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

Color convert

RGB 160 1 4 -
CMYK 0 0.99 0.98 0.37
HSL 358.87º 0.99% 0.32% -
HSV(B) 358.87º 0.99% 0.63% -
XYZ 14.53 7.5 0.8 -
YUV 48.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 160 1 4 0 0.99 0.98 0.37 358.87 0.99 0.32
Hex A0 1 4 0 63 62 25 167 63 20
Octal 240 1 4 0 143 142 45 547 143 40
Binary 10100000 1 100 0 1100011 1100010 100101 101100111 1100011 100000

Color Harmonies of #A00104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00104

Black with #A00104

Text Example


Text Example

White with #A00104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00104; }

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

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

background-color css

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

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

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

border-color css

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

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

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