Html Css Color HEX #A30308 Sangria

📋 copy color: '#A30308'

red 163 ◦ green 3 ◦ blue 8

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

Shades of Sangria #A30308

Tints of Sangria #A30308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 93.68%
G = 1.72%
B = 4.6%

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

#A30308 (or 0xA30308) is known color: Sangria. HEX triplet: A3, 03 and 08. RGB value is (163,3,8). Sum of RGB (Red+Green+Blue) = 163+3+8=174 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.68% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 163 - color contains mainly: red. Hex color #A30308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30308 is #5CFCF7. Grayscale: #333333. Windows color (decimal): -6094072 or 525219. OLE color: 525219.

HSL color Cylindrical-coordinate representation of color #A30308: hue angle of 358.12º degrees, saturation: 0.96, 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 #A30308 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 8 -
CMYK 0 0.98 0.95 0.36
HSL 358.13º 0.96% 0.33% -
HSV(B) 358.13º 0.98% 0.64% -
XYZ 15.18 7.87 0.95 -
YUV 51.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 163 3 8 0 0.98 0.95 0.36 358.13 0.96 0.33
Hex A3 3 8 0 62 5F 24 166 60 21
Octal 243 3 10 0 142 137 44 546 140 41
Binary 10100011 11 1000 0 1100010 1011111 100100 101100110 1100000 100001

Color Harmonies of #A30308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30308

Black with #A30308

Text Example


Text Example

White with #A30308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30308; }

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

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

background-color css

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

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

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

border-color css

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

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

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