Html Css Color HEX #A0030C Sangria

📋 copy color: '#A0030C'

red 160 ◦ green 3 ◦ blue 12

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

Shades of Sangria #A0030C

Tints of Sangria #A0030C

RGB

 RED value IS 160 (62.89% from 255) = 91.43%

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 91.43%
G = 1.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0030C (or 0xA0030C) is known color: Sangria. HEX triplet: A0, 03 and 0C. RGB value is (160,3,12). Sum of RGB (Red+Green+Blue) = 160+3+12=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A0030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0030C is #5FFCF3. Grayscale: #333333. Windows color (decimal): -6290676 or 787360. OLE color: 787360.

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

Color convert

RGB 160 3 12 -
CMYK 0 0.98 0.93 0.37
HSL 356.56º 0.96% 0.32% -
HSV(B) 356.56º 0.98% 0.63% -
XYZ 14.6 7.57 1.04 -
YUV 50.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 160 3 12 0 0.98 0.93 0.37 356.56 0.96 0.32
Hex A0 3 C 0 62 5D 25 165 60 20
Octal 240 3 14 0 142 135 45 545 140 40
Binary 10100000 11 1100 0 1100010 1011101 100101 101100101 1100000 100000

Color Harmonies of #A0030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0030C

Black with #A0030C

Text Example


Text Example

White with #A0030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0030C; }

 p { color: rgb(160,3,12); }

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

background-color css

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

 a { background-color: rgb(160,3,12); }

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

border-color css

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

 span { border-color: rgb(160,3,12); }

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