Html Css Color HEX #A3030C Sangria

📋 copy color: '#A3030C'

red 163 ◦ green 3 ◦ blue 12

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

Shades of Sangria #A3030C

Tints of Sangria #A3030C

RGB

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

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

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

R = 91.57%
G = 1.69%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3030C (or 0xA3030C) is known color: Sangria. HEX triplet: A3, 03 and 0C. RGB value is (163,3,12). Sum of RGB (Red+Green+Blue) = 163+3+12=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A3030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3030C is #5CFCF3. Grayscale: #333333. Windows color (decimal): -6094068 or 787363. OLE color: 787363.

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

Color convert

RGB 163 3 12 -
CMYK 0 0.98 0.93 0.36
HSL 356.63º 0.96% 0.33% -
HSV(B) 356.63º 0.98% 0.64% -
XYZ 15.2 7.88 1.07 -
YUV 51.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 163 3 12 0 0.98 0.93 0.36 356.63 0.96 0.33
Hex A3 3 C 0 62 5D 24 165 60 21
Octal 243 3 14 0 142 135 44 545 140 41
Binary 10100011 11 1100 0 1100010 1011101 100100 101100101 1100000 100001

Color Harmonies of #A3030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3030C

Black with #A3030C

Text Example


Text Example

White with #A3030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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