Html Css Color HEX #A40609 Sangria

📋 copy color: '#A40609'

red 164 ◦ green 6 ◦ blue 9

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

Shades of Sangria #A40609

Tints of Sangria #A40609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 91.62%
G = 3.35%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A40609 (or 0xA40609) is known color: Sangria. HEX triplet: A4, 06 and 09. RGB value is (164,6,9). Sum of RGB (Red+Green+Blue) = 164+6+9=179 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.62% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 164 - color contains mainly: red. Hex color #A40609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40609 is #5BF9F6. Grayscale: #353535. Windows color (decimal): -6027767 or 591524. OLE color: 591524.

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

Color convert

RGB 164 6 9 -
CMYK 0 0.96 0.95 0.36
HSL 358.86º 0.93% 0.33% -
HSV(B) 358.86º 0.96% 0.64% -
XYZ 15.42 8.04 1 -
YUV 53.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 164 6 9 0 0.96 0.95 0.36 358.86 0.93 0.33
Hex A4 6 9 0 60 5F 24 167 5D 21
Octal 244 6 11 0 140 137 44 547 135 41
Binary 10100100 110 1001 0 1100000 1011111 100100 101100111 1011101 100001

Color Harmonies of #A40609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40609

Black with #A40609

Text Example


Text Example

White with #A40609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40609; }

 p { color: rgb(164,6,9); }

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

background-color css

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

 a { background-color: rgb(164,6,9); }

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

border-color css

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

 span { border-color: rgb(164,6,9); }

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