Html Css Color HEX #A40508 Sangria

📋 copy color: '#A40508'

red 164 ◦ green 5 ◦ blue 8

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

Shades of Sangria #A40508

Tints of Sangria #A40508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 92.66%
G = 2.82%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A40508 (or 0xA40508) is known color: Sangria. HEX triplet: A4, 05 and 08. RGB value is (164,5,8). Sum of RGB (Red+Green+Blue) = 164+5+8=177 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.66% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 164 - color contains mainly: red. Hex color #A40508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40508 is #5BFAF7. Grayscale: #353535. Windows color (decimal): -6028024 or 525732. OLE color: 525732.

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

Color convert

RGB 164 5 8 -
CMYK 0 0.97 0.95 0.36
HSL 358.87º 0.94% 0.33% -
HSV(B) 358.87º 0.97% 0.64% -
XYZ 15.41 8.02 0.97 -
YUV 52.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 164 5 8 0 0.97 0.95 0.36 358.87 0.94 0.33
Hex A4 5 8 0 61 5F 24 167 5E 21
Octal 244 5 10 0 141 137 44 547 136 41
Binary 10100100 101 1000 0 1100001 1011111 100100 101100111 1011110 100001

Color Harmonies of #A40508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40508

Black with #A40508

Text Example


Text Example

White with #A40508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40508; }

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

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

background-color css

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

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

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

border-color css

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

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

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