Html Css Color HEX #A30D0F Sangria

📋 copy color: '#A30D0F'

red 163 ◦ green 13 ◦ blue 15

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

Shades of Sangria #A30D0F

Tints of Sangria #A30D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.81%

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 85.34%
G = 6.81%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A30D0F (or 0xA30D0F) is known color: Sangria. HEX triplet: A3, 0D and 0F. RGB value is (163,13,15). Sum of RGB (Red+Green+Blue) = 163+13+15=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D0F is #5CF2F0. Grayscale: #3A3A3A. Windows color (decimal): -6091505 or 986531. OLE color: 986531.

HSL color Cylindrical-coordinate representation of color #A30D0F: hue angle of 359.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D0F is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 13 15 -
CMYK 0 0.92 0.91 0.36
HSL 359.2º 0.85% 0.35% -
HSV(B) 359.2º 0.92% 0.64% -
XYZ 15.33 8.11 1.21 -
YUV 58.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 163 13 15 0 0.92 0.91 0.36 359.2 0.85 0.35
Hex A3 D F 0 5C 5B 24 167 55 23
Octal 243 15 17 0 134 133 44 547 125 43
Binary 10100011 1101 1111 0 1011100 1011011 100100 101100111 1010101 100011

Color Harmonies of #A30D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30D0F

Black with #A30D0F

Text Example


Text Example

White with #A30D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30D0F; }

 p { color: rgb(163,13,15); }

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

background-color css

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

 a { background-color: rgb(163,13,15); }

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

border-color css

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

 span { border-color: rgb(163,13,15); }

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