Html Css Color HEX #9C030F Sangria

📋 copy color: '#9C030F'

red 156 ◦ green 3 ◦ blue 15

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

Shades of Sangria #9C030F

Tints of Sangria #9C030F

RGB

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

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

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

R = 89.66%
G = 1.72%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C030F (or 0x9C030F) is known color: Sangria. HEX triplet: 9C, 03 and 0F. RGB value is (156,3,15). Sum of RGB (Red+Green+Blue) = 156+3+15=174 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.66% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 156 - color contains mainly: red. Hex color #9C030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C030F is #63FCF0. Grayscale: #323232. Windows color (decimal): -6552817 or 983964. OLE color: 983964.

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

Color convert

RGB 156 3 15 -
CMYK 0 0.98 0.90 0.39
HSL 355.29º 0.96% 0.31% -
HSV(B) 355.29º 0.98% 0.61% -
XYZ 13.83 7.17 1.11 -
YUV 50.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 156 3 15 0 0.98 0.90 0.39 355.29 0.96 0.31
Hex 9C 3 F 0 62 5A 27 163 60 1F
Octal 234 3 17 0 142 132 47 543 140 37
Binary 10011100 11 1111 0 1100010 1011010 100111 101100011 1100000 11111

Color Harmonies of #9C030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C030F

Black with #9C030F

Text Example


Text Example

White with #9C030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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