Html Css Color HEX #A20103 Sangria

📋 copy color: '#A20103'

red 162 ◦ green 1 ◦ blue 3

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

Shades of Sangria #A20103

Tints of Sangria #A20103

RGB

 RED value IS 162 (63.67% from 255) = 97.59%

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

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

R = 97.59%
G = 0.6%
B = 1.81%

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

#A20103 (or 0xA20103) is known color: Sangria. HEX triplet: A2, 01 and 03. RGB value is (162,1,3). Sum of RGB (Red+Green+Blue) = 162+1+3=166 (21% of max value = 765). Red value is 162 (63.67% from 255 or 97.59% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 162 - color contains mainly: red. Hex color #A20103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20103 is #5DFEFC. Grayscale: #313131. Windows color (decimal): -6160125 or 197026. OLE color: 197026.

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

Color convert

RGB 162 1 3 -
CMYK 0 0.99 0.98 0.36
HSL 359.25º 0.99% 0.32% -
HSV(B) 359.25º 0.99% 0.64% -
XYZ 14.93 7.71 0.79 -
YUV 49.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 162 1 3 0 0.99 0.98 0.36 359.25 0.99 0.32
Hex A2 1 3 0 63 62 24 167 63 20
Octal 242 1 3 0 143 142 44 547 143 40
Binary 10100010 1 11 0 1100011 1100010 100100 101100111 1100011 100000

Color Harmonies of #A20103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20103

Black with #A20103

Text Example


Text Example

White with #A20103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20103; }

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

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

background-color css

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

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

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

border-color css

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

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

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