Html Css Color HEX #A30204 Sangria

📋 copy color: '#A30204'

red 163 ◦ green 2 ◦ blue 4

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

Shades of Sangria #A30204

Tints of Sangria #A30204

RGB

 RED value IS 163 (64.06% from 255) = 96.45%

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 96.45%
G = 1.18%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A30204 (or 0xA30204) is known color: Sangria. HEX triplet: A3, 02 and 04. RGB value is (163,2,4). Sum of RGB (Red+Green+Blue) = 163+2+4=169 (22% of max value = 765). Red value is 163 (64.06% from 255 or 96.45% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 163 - color contains mainly: red. Hex color #A30204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30204 is #5CFDFB. Grayscale: #323232. Windows color (decimal): -6094332 or 262819. OLE color: 262819.

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

Color convert

RGB 163 2 4 -
CMYK 0 0.99 0.98 0.36
HSL 359.25º 0.98% 0.32% -
HSV(B) 359.25º 0.99% 0.64% -
XYZ 15.15 7.84 0.83 -
YUV 50.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 163 2 4 0 0.99 0.98 0.36 359.25 0.98 0.32
Hex A3 2 4 0 63 62 24 167 62 20
Octal 243 2 4 0 143 142 44 547 142 40
Binary 10100011 10 100 0 1100011 1100010 100100 101100111 1100010 100000

Color Harmonies of #A30204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30204

Black with #A30204

Text Example


Text Example

White with #A30204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30204; }

 p { color: rgb(163,2,4); }

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

background-color css

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

 a { background-color: rgb(163,2,4); }

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

border-color css

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

 span { border-color: rgb(163,2,4); }

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