Html Css Color HEX #A20308 Sangria

📋 copy color: '#A20308'

red 162 ◦ green 3 ◦ blue 8

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

Shades of Sangria #A20308

Tints of Sangria #A20308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 93.64%
G = 1.73%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A20308 (or 0xA20308) is known color: Sangria. HEX triplet: A2, 03 and 08. RGB value is (162,3,8). Sum of RGB (Red+Green+Blue) = 162+3+8=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20308 is #5DFCF7. Grayscale: #333333. Windows color (decimal): -6159608 or 525218. OLE color: 525218.

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

Color convert

RGB 162 3 8 -
CMYK 0 0.98 0.95 0.36
HSL 358.11º 0.96% 0.32% -
HSV(B) 358.11º 0.98% 0.64% -
XYZ 14.98 7.76 0.94 -
YUV 51.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 162 3 8 0 0.98 0.95 0.36 358.11 0.96 0.32
Hex A2 3 8 0 62 5F 24 166 60 20
Octal 242 3 10 0 142 137 44 546 140 40
Binary 10100010 11 1000 0 1100010 1011111 100100 101100110 1100000 100000

Color Harmonies of #A20308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20308

Black with #A20308

Text Example


Text Example

White with #A20308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20308; }

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

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

background-color css

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

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

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

border-color css

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

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

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