Html Css Color HEX #A0030F Sangria

📋 copy color: '#A0030F'

red 160 ◦ green 3 ◦ blue 15

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

Shades of Sangria #A0030F

Tints of Sangria #A0030F

RGB

 RED value IS 160 (62.89% from 255) = 89.89%

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

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

R = 89.89%
G = 1.69%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0030F (or 0xA0030F) is known color: Sangria. HEX triplet: A0, 03 and 0F. RGB value is (160,3,15). Sum of RGB (Red+Green+Blue) = 160+3+15=178 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.89% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 160 - color contains mainly: red. Hex color #A0030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0030F is #5FFCF0. Grayscale: #333333. Windows color (decimal): -6290673 or 983968. OLE color: 983968.

HSL color Cylindrical-coordinate representation of color #A0030F: hue angle of 355.41º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0030F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 15 -
CMYK 0 0.98 0.91 0.37
HSL 355.41º 0.96% 0.32% -
HSV(B) 355.41º 0.98% 0.63% -
XYZ 14.62 7.57 1.14 -
YUV 51.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 160 3 15 0 0.98 0.91 0.37 355.41 0.96 0.32
Hex A0 3 F 0 62 5B 25 163 60 20
Octal 240 3 17 0 142 133 45 543 140 40
Binary 10100000 11 1111 0 1100010 1011011 100101 101100011 1100000 100000

Color Harmonies of #A0030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0030F

Black with #A0030F

Text Example


Text Example

White with #A0030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0030F; }

 p { color: rgb(160,3,15); }

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

background-color css

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

 a { background-color: rgb(160,3,15); }

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

border-color css

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

 span { border-color: rgb(160,3,15); }

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