Html Css Color HEX #9C010F Sangria

📋 copy color: '#9C010F'

red 156 ◦ green 1 ◦ blue 15

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

Shades of Sangria #9C010F

Tints of Sangria #9C010F

RGB

 RED value IS 156 (61.33% from 255) = 90.7%

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 90.7%
G = 0.58%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C010F (or 0x9C010F) is known color: Sangria. HEX triplet: 9C, 01 and 0F. RGB value is (156,1,15). Sum of RGB (Red+Green+Blue) = 156+1+15=172 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.70% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 156 - color contains mainly: red. Hex color #9C010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C010F is #63FEF0. Grayscale: #313131. Windows color (decimal): -6553329 or 983452. OLE color: 983452.

HSL color Cylindrical-coordinate representation of color #9C010F: hue angle of 354.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 15 -
CMYK 0 0.99 0.90 0.39
HSL 354.58º 0.99% 0.31% -
HSV(B) 354.58º 0.99% 0.61% -
XYZ 13.81 7.12 1.1 -
YUV 48.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 156 1 15 0 0.99 0.90 0.39 354.58 0.99 0.31
Hex 9C 1 F 0 63 5A 27 163 63 1F
Octal 234 1 17 0 143 132 47 543 143 37
Binary 10011100 1 1111 0 1100011 1011010 100111 101100011 1100011 11111

Color Harmonies of #9C010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C010F

Black with #9C010F

Text Example


Text Example

White with #9C010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C010F; }

 p { color: rgb(156,1,15); }

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

background-color css

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

 a { background-color: rgb(156,1,15); }

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

border-color css

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

 span { border-color: rgb(156,1,15); }

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