Html Css Color HEX #A8030D Sangria

📋 copy color: '#A8030D'

red 168 ◦ green 3 ◦ blue 13

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

Shades of Sangria #A8030D

Tints of Sangria #A8030D

RGB

 RED value IS 168 (66.02% from 255) = 91.3%

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

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 91.3%
G = 1.63%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8030D (or 0xA8030D) is known color: Sangria. HEX triplet: A8, 03 and 0D. RGB value is (168,3,13). Sum of RGB (Red+Green+Blue) = 168+3+13=184 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.30% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 168 - color contains mainly: red. Hex color #A8030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8030D is #57FCF2. Grayscale: #353535. Windows color (decimal): -5766387 or 852904. OLE color: 852904.

HSL color Cylindrical-coordinate representation of color #A8030D: hue angle of 356.36º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 13 -
CMYK 0 0.98 0.92 0.34
HSL 356.36º 0.96% 0.34% -
HSV(B) 356.36º 0.98% 0.66% -
XYZ 16.25 8.42 1.15 -
YUV 53.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 168 3 13 0 0.98 0.92 0.34 356.36 0.96 0.34
Hex A8 3 D 0 62 5C 22 164 60 22
Octal 250 3 15 0 142 134 42 544 140 42
Binary 10101000 11 1101 0 1100010 1011100 100010 101100100 1100000 100010

Color Harmonies of #A8030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8030D

Black with #A8030D

Text Example


Text Example

White with #A8030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8030D; }

 p { color: rgb(168,3,13); }

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

background-color css

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

 a { background-color: rgb(168,3,13); }

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

border-color css

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

 span { border-color: rgb(168,3,13); }

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