Html Css Color HEX #A40102 Sangria

📋 copy color: '#A40102'

red 164 ◦ green 1 ◦ blue 2

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

Shades of Sangria #A40102

Tints of Sangria #A40102

RGB

 RED value IS 164 (64.45% from 255) = 98.2%

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 98.2%
G = 0.6%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A40102 (or 0xA40102) is known color: Sangria. HEX triplet: A4, 01 and 02. RGB value is (164,1,2). Sum of RGB (Red+Green+Blue) = 164+1+2=167 (22% of max value = 765). Red value is 164 (64.45% from 255 or 98.20% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 164 - color contains mainly: red. Hex color #A40102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40102 is #5BFEFD. Grayscale: #323232. Windows color (decimal): -6029054 or 131492. OLE color: 131492.

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

Color convert

RGB 164 1 2 -
CMYK 0 0.99 0.99 0.36
HSL 359.63º 0.99% 0.32% -
HSV(B) 359.63º 0.99% 0.64% -
XYZ 15.33 7.92 0.78 -
YUV 49.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 164 1 2 0 0.99 0.99 0.36 359.63 0.99 0.32
Hex A4 1 2 0 63 63 24 168 63 20
Octal 244 1 2 0 143 143 44 550 143 40
Binary 10100100 1 10 0 1100011 1100011 100100 101101000 1100011 100000

Color Harmonies of #A40102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40102

Black with #A40102

Text Example


Text Example

White with #A40102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40102; }

 p { color: rgb(164,1,2); }

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

background-color css

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

 a { background-color: rgb(164,1,2); }

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

border-color css

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

 span { border-color: rgb(164,1,2); }

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