Html Css Color HEX #9C061E Carmine

📋 copy color: '#9C061E'

red 156 ◦ green 6 ◦ blue 30

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

Shades of Carmine #9C061E

Tints of Carmine #9C061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 81.25%
G = 3.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C061E (or 0x9C061E) is known color: Carmine. HEX triplet: 9C, 06 and 1E. RGB value is (156,6,30). Sum of RGB (Red+Green+Blue) = 156+6+30=192 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.25% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 156 - color contains mainly: red. Hex color #9C061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C061E is #63F9E1. Grayscale: #353535. Windows color (decimal): -6552034 or 1967772. OLE color: 1967772.

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

Color convert

RGB 156 6 30 -
CMYK 0 0.96 0.81 0.39
HSL 350.4º 0.93% 0.32% -
HSV(B) 350.4º 0.96% 0.61% -
XYZ 14.01 7.29 1.9 -
YUV 53.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 156 6 30 0 0.96 0.81 0.39 350.4 0.93 0.32
Hex 9C 6 1E 0 60 51 27 15E 5D 20
Octal 234 6 36 0 140 121 47 536 135 40
Binary 10011100 110 11110 0 1100000 1010001 100111 101011110 1011101 100000

Color Harmonies of #9C061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C061E

Black with #9C061E

Text Example


Text Example

White with #9C061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,30); }

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

background-color css

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

 a { background-color: rgb(156,6,30); }

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

border-color css

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

 span { border-color: rgb(156,6,30); }

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