Html Css Color HEX #A30408 Sangria

📋 copy color: '#A30408'

red 163 ◦ green 4 ◦ blue 8

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

Shades of Sangria #A30408

Tints of Sangria #A30408

RGB

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

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

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

R = 93.14%
G = 2.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A30408 (or 0xA30408) is known color: Sangria. HEX triplet: A3, 04 and 08. RGB value is (163,4,8). Sum of RGB (Red+Green+Blue) = 163+4+8=175 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 163 - color contains mainly: red. Hex color #A30408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30408 is #5CFBF7. Grayscale: #343434. Windows color (decimal): -6093816 or 525475. OLE color: 525475.

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

Color convert

RGB 163 4 8 -
CMYK 0 0.98 0.95 0.36
HSL 358.49º 0.95% 0.33% -
HSV(B) 358.49º 0.98% 0.64% -
XYZ 15.19 7.89 0.95 -
YUV 52 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 163 4 8 0 0.98 0.95 0.36 358.49 0.95 0.33
Hex A3 4 8 0 62 5F 24 166 5F 21
Octal 243 4 10 0 142 137 44 546 137 41
Binary 10100011 100 1000 0 1100010 1011111 100100 101100110 1011111 100001

Color Harmonies of #A30408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30408

Black with #A30408

Text Example


Text Example

White with #A30408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30408; }

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

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

background-color css

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

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

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

border-color css

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

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

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