Html Css Color HEX #A3040A Sangria

📋 copy color: '#A3040A'

red 163 ◦ green 4 ◦ blue 10

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

Shades of Sangria #A3040A

Tints of Sangria #A3040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 92.09%
G = 2.26%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3040A (or 0xA3040A) is known color: Sangria. HEX triplet: A3, 04 and 0A. RGB value is (163,4,10). Sum of RGB (Red+Green+Blue) = 163+4+10=177 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.09% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 163 - color contains mainly: red. Hex color #A3040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3040A is #5CFBF5. Grayscale: #343434. Windows color (decimal): -6093814 or 656547. OLE color: 656547.

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

Color convert

RGB 163 4 10 -
CMYK 0 0.98 0.94 0.36
HSL 357.74º 0.95% 0.33% -
HSV(B) 357.74º 0.98% 0.64% -
XYZ 15.2 7.9 1.01 -
YUV 52.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 163 4 10 0 0.98 0.94 0.36 357.74 0.95 0.33
Hex A3 4 A 0 62 5E 24 166 5F 21
Octal 243 4 12 0 142 136 44 546 137 41
Binary 10100011 100 1010 0 1100010 1011110 100100 101100110 1011111 100001

Color Harmonies of #A3040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3040A

Black with #A3040A

Text Example


Text Example

White with #A3040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3040A; }

 p { color: rgb(163,4,10); }

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

background-color css

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

 a { background-color: rgb(163,4,10); }

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

border-color css

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

 span { border-color: rgb(163,4,10); }

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