Html Css Color HEX #A4050B Sangria

📋 copy color: '#A4050B'

red 164 ◦ green 5 ◦ blue 11

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

Shades of Sangria #A4050B

Tints of Sangria #A4050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.11%

R = 91.11%
G = 2.78%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4050B (or 0xA4050B) is known color: Sangria. HEX triplet: A4, 05 and 0B. RGB value is (164,5,11). Sum of RGB (Red+Green+Blue) = 164+5+11=180 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 164 - color contains mainly: red. Hex color #A4050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4050B is #5BFAF4. Grayscale: #353535. Windows color (decimal): -6028021 or 722340. OLE color: 722340.

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

Color convert

RGB 164 5 11 -
CMYK 0 0.97 0.93 0.36
HSL 357.74º 0.94% 0.33% -
HSV(B) 357.74º 0.97% 0.64% -
XYZ 15.42 8.03 1.05 -
YUV 53.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 164 5 11 0 0.97 0.93 0.36 357.74 0.94 0.33
Hex A4 5 B 0 61 5D 24 166 5E 21
Octal 244 5 13 0 141 135 44 546 136 41
Binary 10100100 101 1011 0 1100001 1011101 100100 101100110 1011110 100001

Color Harmonies of #A4050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4050B

Black with #A4050B

Text Example


Text Example

White with #A4050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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