Html Css Color HEX #A2000D Sangria

📋 copy color: '#A2000D'

red 162 ◦ green 0 ◦ blue 13

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

Shades of Sangria #A2000D

Tints of Sangria #A2000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.57%
G = 0%
B = 7.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2000D (or 0xA2000D) is known color: Sangria. HEX triplet: A2, 00 and 0D. RGB value is (162,0,13). Sum of RGB (Red+Green+Blue) = 162+0+13=175 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 162 - color contains mainly: red. Hex color #A2000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2000D is #5DFFF2. Grayscale: #323232. Windows color (decimal): -6160371 or 852130. OLE color: 852130.

HSL color Cylindrical-coordinate representation of color #A2000D: hue angle of 355.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 13 -
CMYK 0 1 0.92 0.36
HSL 355.19º 1% 0.32% -
HSV(B) 355.19º 1% 0.64% -
XYZ 14.97 7.71 1.08 -
YUV 49.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 162 0 13 0 1 0.92 0.36 355.19 1 0.32
Hex A2 0 D 0 64 5C 24 163 64 20
Octal 242 0 15 0 144 134 44 543 144 40
Binary 10100010 0 1101 0 1100100 1011100 100100 101100011 1100100 100000

Color Harmonies of #A2000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2000D

Black with #A2000D

Text Example


Text Example

White with #A2000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2000D; }

 p { color: rgb(162,0,13); }

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

background-color css

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

 a { background-color: rgb(162,0,13); }

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

border-color css

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

 span { border-color: rgb(162,0,13); }

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