Html Css Color HEX #A30206 Sangria

📋 copy color: '#A30206'

red 163 ◦ green 2 ◦ blue 6

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

Shades of Sangria #A30206

Tints of Sangria #A30206

RGB

 RED value IS 163 (64.06% from 255) = 95.32%

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 95.32%
G = 1.17%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A30206 (or 0xA30206) is known color: Sangria. HEX triplet: A3, 02 and 06. RGB value is (163,2,6). Sum of RGB (Red+Green+Blue) = 163+2+6=171 (22% of max value = 765). Red value is 163 (64.06% from 255 or 95.32% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 163 - color contains mainly: red. Hex color #A30206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30206 is #5CFDF9. Grayscale: #323232. Windows color (decimal): -6094330 or 393891. OLE color: 393891.

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

Color convert

RGB 163 2 6 -
CMYK 0 0.99 0.96 0.36
HSL 358.51º 0.98% 0.32% -
HSV(B) 358.51º 0.99% 0.64% -
XYZ 15.16 7.84 0.89 -
YUV 50.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 163 2 6 0 0.99 0.96 0.36 358.51 0.98 0.32
Hex A3 2 6 0 63 60 24 167 62 20
Octal 243 2 6 0 143 140 44 547 142 40
Binary 10100011 10 110 0 1100011 1100000 100100 101100111 1100010 100000

Color Harmonies of #A30206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30206

Black with #A30206

Text Example


Text Example

White with #A30206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30206; }

 p { color: rgb(163,2,6); }

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

background-color css

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

 a { background-color: rgb(163,2,6); }

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

border-color css

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

 span { border-color: rgb(163,2,6); }

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