Html Css Color HEX #A40003 Sangria

📋 copy color: '#A40003'

red 164 ◦ green 0 ◦ blue 3

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

Shades of Sangria #A40003

Tints of Sangria #A40003

RGB

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

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

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

R = 98.2%
G = 0%
B = 1.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A40003 (or 0xA40003) is known color: Sangria. HEX triplet: A4, 00 and 03. RGB value is (164,0,3). Sum of RGB (Red+Green+Blue) = 164+0+3=167 (22% of max value = 765). Red value is 164 (64.45% from 255 or 98.20% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 164 - color contains mainly: red. Hex color #A40003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40003 is #5BFFFC. Grayscale: #313131. Windows color (decimal): -6029309 or 196772. OLE color: 196772.

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

Color convert

RGB 164 0 3 -
CMYK 0 1 0.98 0.36
HSL 358.9º 1% 0.32% -
HSV(B) 358.9º 1% 0.64% -
XYZ 15.33 7.9 0.8 -
YUV 49.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 164 0 3 0 1 0.98 0.36 358.9 1 0.32
Hex A4 0 3 0 64 62 24 167 64 20
Octal 244 0 3 0 144 142 44 547 144 40
Binary 10100100 0 11 0 1100100 1100010 100100 101100111 1100100 100000

Color Harmonies of #A40003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40003

Black with #A40003

Text Example


Text Example

White with #A40003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40003; }

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

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

background-color css

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

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

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

border-color css

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

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

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