Html Css Color HEX #A00408 Sangria

📋 copy color: '#A00408'

red 160 ◦ green 4 ◦ blue 8

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

Shades of Sangria #A00408

Tints of Sangria #A00408

RGB

 RED value IS 160 (62.89% from 255) = 93.02%

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

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

R = 93.02%
G = 2.33%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A00408 (or 0xA00408) is known color: Sangria. HEX triplet: A0, 04 and 08. RGB value is (160,4,8). Sum of RGB (Red+Green+Blue) = 160+4+8=172 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.02% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 160 - color contains mainly: red. Hex color #A00408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00408 is #5FFBF7. Grayscale: #333333. Windows color (decimal): -6290424 or 525472. OLE color: 525472.

HSL color Cylindrical-coordinate representation of color #A00408: hue angle of 358.46º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00408 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 8 -
CMYK 0 0.98 0.95 0.37
HSL 358.46º 0.95% 0.32% -
HSV(B) 358.46º 0.98% 0.63% -
XYZ 14.58 7.58 0.92 -
YUV 51.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 160 4 8 0 0.98 0.95 0.37 358.46 0.95 0.32
Hex A0 4 8 0 62 5F 25 166 5F 20
Octal 240 4 10 0 142 137 45 546 137 40
Binary 10100000 100 1000 0 1100010 1011111 100101 101100110 1011111 100000

Color Harmonies of #A00408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00408

Black with #A00408

Text Example


Text Example

White with #A00408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00408; }

 p { color: rgb(160,4,8); }

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

background-color css

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

 a { background-color: rgb(160,4,8); }

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

border-color css

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

 span { border-color: rgb(160,4,8); }

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