Html Css Color HEX #A8040C Sangria

📋 copy color: '#A8040C'

red 168 ◦ green 4 ◦ blue 12

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

Shades of Sangria #A8040C

Tints of Sangria #A8040C

RGB

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

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

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

R = 91.3%
G = 2.17%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8040C (or 0xA8040C) is known color: Sangria. HEX triplet: A8, 04 and 0C. RGB value is (168,4,12). Sum of RGB (Red+Green+Blue) = 168+4+12=184 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.30% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 168 - color contains mainly: red. Hex color #A8040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8040C is #57FBF3. Grayscale: #363636. Windows color (decimal): -5766132 or 787624. OLE color: 787624.

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

Color convert

RGB 168 4 12 -
CMYK 0 0.98 0.93 0.34
HSL 357.07º 0.95% 0.34% -
HSV(B) 357.07º 0.98% 0.66% -
XYZ 16.26 8.44 1.12 -
YUV 53.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 168 4 12 0 0.98 0.93 0.34 357.07 0.95 0.34
Hex A8 4 C 0 62 5D 22 165 5F 22
Octal 250 4 14 0 142 135 42 545 137 42
Binary 10101000 100 1100 0 1100010 1011101 100010 101100101 1011111 100010

Color Harmonies of #A8040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8040C

Black with #A8040C

Text Example


Text Example

White with #A8040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8040C; }

 p { color: rgb(168,4,12); }

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

background-color css

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

 a { background-color: rgb(168,4,12); }

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

border-color css

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

 span { border-color: rgb(168,4,12); }

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