Html Css Color HEX #A4050D Sangria

📋 copy color: '#A4050D'

red 164 ◦ green 5 ◦ blue 13

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

Shades of Sangria #A4050D

Tints of Sangria #A4050D

RGB

 RED value IS 164 (64.45% from 255) = 90.11%

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 90.11%
G = 2.75%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4050D (or 0xA4050D) is known color: Sangria. HEX triplet: A4, 05 and 0D. RGB value is (164,5,13). Sum of RGB (Red+Green+Blue) = 164+5+13=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A4050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4050D is #5BFAF2. Grayscale: #353535. Windows color (decimal): -6028019 or 853412. OLE color: 853412.

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

Color convert

RGB 164 5 13 -
CMYK 0 0.97 0.92 0.36
HSL 356.98º 0.94% 0.33% -
HSV(B) 356.98º 0.97% 0.64% -
XYZ 15.44 8.03 1.12 -
YUV 53.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 164 5 13 0 0.97 0.92 0.36 356.98 0.94 0.33
Hex A4 5 D 0 61 5C 24 165 5E 21
Octal 244 5 15 0 141 134 44 545 136 41
Binary 10100100 101 1101 0 1100001 1011100 100100 101100101 1011110 100001

Color Harmonies of #A4050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4050D

Black with #A4050D

Text Example


Text Example

White with #A4050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4050D; }

 p { color: rgb(164,5,13); }

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

background-color css

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

 a { background-color: rgb(164,5,13); }

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

border-color css

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

 span { border-color: rgb(164,5,13); }

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