Html Css Color HEX #A90B0D Sangria

📋 copy color: '#A90B0D'

red 169 ◦ green 11 ◦ blue 13

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

Shades of Sangria #A90B0D

Tints of Sangria #A90B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.7%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 87.56%
G = 5.7%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A90B0D (or 0xA90B0D) is known color: Sangria. HEX triplet: A9, 0B and 0D. RGB value is (169,11,13). Sum of RGB (Red+Green+Blue) = 169+11+13=193 (25% of max value = 765). Red value is 169 (66.41% from 255 or 87.56% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90B0D is #56F4F2. Grayscale: #3A3A3A. Windows color (decimal): -5698803 or 854953. OLE color: 854953.

HSL color Cylindrical-coordinate representation of color #A90B0D: hue angle of 359.24º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 11 13 -
CMYK 0 0.93 0.92 0.34
HSL 359.24º 0.88% 0.35% -
HSV(B) 359.24º 0.93% 0.66% -
XYZ 16.55 8.7 1.19 -
YUV 58.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 169 11 13 0 0.93 0.92 0.34 359.24 0.88 0.35
Hex A9 B D 0 5D 5C 22 167 58 23
Octal 251 13 15 0 135 134 42 547 130 43
Binary 10101001 1011 1101 0 1011101 1011100 100010 101100111 1011000 100011

Color Harmonies of #A90B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B0D

Black with #A90B0D

Text Example


Text Example

White with #A90B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B0D; }

 p { color: rgb(169,11,13); }

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

background-color css

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

 a { background-color: rgb(169,11,13); }

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

border-color css

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

 span { border-color: rgb(169,11,13); }

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