Html Css Color HEX #A2000E Sangria

📋 copy color: '#A2000E'

red 162 ◦ green 0 ◦ blue 14

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

Shades of Sangria #A2000E

Tints of Sangria #A2000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.95%

R = 92.05%
G = 0%
B = 7.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2000E (or 0xA2000E) is known color: Sangria. HEX triplet: A2, 00 and 0E. RGB value is (162,0,14). Sum of RGB (Red+Green+Blue) = 162+0+14=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A2000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2000E is #5DFFF1. Grayscale: #323232. Windows color (decimal): -6160370 or 917666. OLE color: 917666.

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

Color convert

RGB 162 0 14 -
CMYK 0 1 0.91 0.36
HSL 354.81º 1% 0.32% -
HSV(B) 354.81º 1% 0.64% -
XYZ 14.98 7.71 1.11 -
YUV 50.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 162 0 14 0 1 0.91 0.36 354.81 1 0.32
Hex A2 0 E 0 64 5B 24 163 64 20
Octal 242 0 16 0 144 133 44 543 144 40
Binary 10100010 0 1110 0 1100100 1011011 100100 101100011 1100100 100000

Color Harmonies of #A2000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2000E

Black with #A2000E

Text Example


Text Example

White with #A2000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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