Html Css Color HEX #A00003 Sangria

📋 copy color: '#A00003'

red 160 ◦ green 0 ◦ blue 3

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

Shades of Sangria #A00003

Tints of Sangria #A00003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 98.16%
G = 0%
B = 1.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A00003 (or 0xA00003) is known color: Sangria. HEX triplet: A0, 00 and 03. RGB value is (160,0,3). Sum of RGB (Red+Green+Blue) = 160+0+3=163 (21% of max value = 765). Red value is 160 (62.89% from 255 or 98.16% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 160 - color contains mainly: red. Hex color #A00003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00003 is #5FFFFC. Grayscale: #303030. Windows color (decimal): -6291453 or 196768. OLE color: 196768.

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

Color convert

RGB 160 0 3 -
CMYK 0 1 0.98 0.37
HSL 358.88º 1% 0.31% -
HSV(B) 358.88º 1% 0.63% -
XYZ 14.51 7.48 0.77 -
YUV 48.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 160 0 3 0 1 0.98 0.37 358.88 1 0.31
Hex A0 0 3 0 64 62 25 167 64 1F
Octal 240 0 3 0 144 142 45 547 144 37
Binary 10100000 0 11 0 1100100 1100010 100101 101100111 1100100 11111

Color Harmonies of #A00003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00003

Black with #A00003

Text Example


Text Example

White with #A00003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00003; }

 p { color: rgb(160,0,3); }

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

background-color css

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

 a { background-color: rgb(160,0,3); }

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

border-color css

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

 span { border-color: rgb(160,0,3); }

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