Html Css Color HEX #A4000D Sangria

📋 copy color: '#A4000D'

red 164 ◦ green 0 ◦ blue 13

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

Shades of Sangria #A4000D

Tints of Sangria #A4000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 92.66%
G = 0%
B = 7.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4000D (or 0xA4000D) is known color: Sangria. HEX triplet: A4, 00 and 0D. RGB value is (164,0,13). Sum of RGB (Red+Green+Blue) = 164+0+13=177 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.66% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 164 - color contains mainly: red. Hex color #A4000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4000D is #5BFFF2. Grayscale: #323232. Windows color (decimal): -6029299 or 852132. OLE color: 852132.

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

Color convert

RGB 164 0 13 -
CMYK 0 1 0.92 0.36
HSL 355.24º 1% 0.32% -
HSV(B) 355.24º 1% 0.64% -
XYZ 15.38 7.92 1.1 -
YUV 50.52 106.83 208.94 -
System Red Green Blue C M Y K H S L
Decimal 164 0 13 0 1 0.92 0.36 355.24 1 0.32
Hex A4 0 D 0 64 5C 24 163 64 20
Octal 244 0 15 0 144 134 44 543 144 40
Binary 10100100 0 1101 0 1100100 1011100 100100 101100011 1100100 100000

Color Harmonies of #A4000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4000D

Black with #A4000D

Text Example


Text Example

White with #A4000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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