Html Css Color HEX #980C10 Sangria

📋 copy color: '#980C10'

red 152 ◦ green 12 ◦ blue 16

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

Shades of Sangria #980C10

Tints of Sangria #980C10

RGB

 RED value IS 152 (59.77% from 255) = 84.44%

 GREEN value IS 12 (5.08% from 255) = 6.67%

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 84.44%
G = 6.67%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980C10 (or 0x980C10) is known color: Sangria. HEX triplet: 98, 0C and 10. RGB value is (152,12,16). Sum of RGB (Red+Green+Blue) = 152+12+16=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #980C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C10 is #67F3EF. Grayscale: #363636. Windows color (decimal): -6812656 or 1051800. OLE color: 1051800.

HSL color Cylindrical-coordinate representation of color #980C10: hue angle of 358.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980C10 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 12 16 -
CMYK 0 0.92 0.89 0.40
HSL 358.29º 0.85% 0.32% -
HSV(B) 358.29º 0.92% 0.6% -
XYZ 13.17 6.98 1.14 -
YUV 54.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 152 12 16 0 0.92 0.89 0.40 358.29 0.85 0.32
Hex 98 C 10 0 5C 59 28 166 55 20
Octal 230 14 20 0 134 131 50 546 125 40
Binary 10011000 1100 10000 0 1011100 1011001 101000 101100110 1010101 100000

Color Harmonies of #980C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C10

Black with #980C10

Text Example


Text Example

White with #980C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980C10; }

 p { color: rgb(152,12,16); }

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

background-color css

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

 a { background-color: rgb(152,12,16); }

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

border-color css

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

 span { border-color: rgb(152,12,16); }

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