Html Css Color HEX #A00103 Sangria

📋 copy color: '#A00103'

red 160 ◦ green 1 ◦ blue 3

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

Shades of Sangria #A00103

Tints of Sangria #A00103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 97.56%
G = 0.61%
B = 1.83%

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

#A00103 (or 0xA00103) is known color: Sangria. HEX triplet: A0, 01 and 03. RGB value is (160,1,3). Sum of RGB (Red+Green+Blue) = 160+1+3=164 (21% of max value = 765). Red value is 160 (62.89% from 255 or 97.56% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 160 - color contains mainly: red. Hex color #A00103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00103 is #5FFEFC. Grayscale: #303030. Windows color (decimal): -6291197 or 197024. OLE color: 197024.

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

Color convert

RGB 160 1 3 -
CMYK 0 0.99 0.98 0.37
HSL 359.25º 0.99% 0.32% -
HSV(B) 359.25º 0.99% 0.63% -
XYZ 14.52 7.5 0.77 -
YUV 48.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 160 1 3 0 0.99 0.98 0.37 359.25 0.99 0.32
Hex A0 1 3 0 63 62 25 167 63 20
Octal 240 1 3 0 143 142 45 547 143 40
Binary 10100000 1 11 0 1100011 1100010 100101 101100111 1100011 100000

Color Harmonies of #A00103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00103

Black with #A00103

Text Example


Text Example

White with #A00103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00103; }

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

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

background-color css

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

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

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

border-color css

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

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

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