Html Css Color HEX #A20307 Sangria

📋 copy color: '#A20307'

red 162 ◦ green 3 ◦ blue 7

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

Shades of Sangria #A20307

Tints of Sangria #A20307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 94.19%
G = 1.74%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A20307 (or 0xA20307) is known color: Sangria. HEX triplet: A2, 03 and 07. RGB value is (162,3,7). Sum of RGB (Red+Green+Blue) = 162+3+7=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20307 is #5DFCF8. Grayscale: #333333. Windows color (decimal): -6159609 or 459682. OLE color: 459682.

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

Color convert

RGB 162 3 7 -
CMYK 0 0.98 0.96 0.36
HSL 358.49º 0.96% 0.32% -
HSV(B) 358.49º 0.98% 0.64% -
XYZ 14.97 7.76 0.91 -
YUV 51 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 162 3 7 0 0.98 0.96 0.36 358.49 0.96 0.32
Hex A2 3 7 0 62 60 24 166 60 20
Octal 242 3 7 0 142 140 44 546 140 40
Binary 10100010 11 111 0 1100010 1100000 100100 101100110 1100000 100000

Color Harmonies of #A20307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20307

Black with #A20307

Text Example


Text Example

White with #A20307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20307; }

 p { color: rgb(162,3,7); }

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

background-color css

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

 a { background-color: rgb(162,3,7); }

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

border-color css

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

 span { border-color: rgb(162,3,7); }

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