Html Css Color HEX #A90106 Sangria

📋 copy color: '#A90106'

red 169 ◦ green 1 ◦ blue 6

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

Shades of Sangria #A90106

Tints of Sangria #A90106

RGB

 RED value IS 169 (66.41% from 255) = 96.02%

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

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 96.02%
G = 0.57%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A90106 (or 0xA90106) is known color: Sangria. HEX triplet: A9, 01 and 06. RGB value is (169,1,6). Sum of RGB (Red+Green+Blue) = 169+1+6=176 (23% of max value = 765). Red value is 169 (66.41% from 255 or 96.02% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 169 - color contains mainly: red. Hex color #A90106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90106 is #56FEF9. Grayscale: #333333. Windows color (decimal): -5701370 or 393641. OLE color: 393641.

HSL color Cylindrical-coordinate representation of color #A90106: hue angle of 358.21º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 6 -
CMYK 0 0.99 0.96 0.34
HSL 358.21º 0.99% 0.33% -
HSV(B) 358.21º 0.99% 0.66% -
XYZ 16.41 8.47 0.94 -
YUV 51.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 169 1 6 0 0.99 0.96 0.34 358.21 0.99 0.33
Hex A9 1 6 0 63 60 22 166 63 21
Octal 251 1 6 0 143 140 42 546 143 41
Binary 10101001 1 110 0 1100011 1100000 100010 101100110 1100011 100001

Color Harmonies of #A90106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90106

Black with #A90106

Text Example


Text Example

White with #A90106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90106; }

 p { color: rgb(169,1,6); }

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

background-color css

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

 a { background-color: rgb(169,1,6); }

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

border-color css

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

 span { border-color: rgb(169,1,6); }

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