Html Css Color HEX #9A0C1D Carmine

📋 copy color: '#9A0C1D'

red 154 ◦ green 12 ◦ blue 29

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

Shades of Carmine #9A0C1D

Tints of Carmine #9A0C1D

RGB

 RED value IS 154 (60.55% from 255) = 78.97%

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 78.97%
G = 6.15%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A0C1D (or 0x9A0C1D) is known color: Carmine. HEX triplet: 9A, 0C and 1D. RGB value is (154,12,29). Sum of RGB (Red+Green+Blue) = 154+12+29=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C1D is #65F3E2. Grayscale: #383838. Windows color (decimal): -6681571 or 1903770. OLE color: 1903770.

HSL color Cylindrical-coordinate representation of color #9A0C1D: hue angle of 352.82º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C1D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 29 -
CMYK 0 0.92 0.81 0.40
HSL 352.82º 0.86% 0.33% -
HSV(B) 352.82º 0.92% 0.6% -
XYZ 13.68 7.22 1.84 -
YUV 56.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 154 12 29 0 0.92 0.81 0.40 352.82 0.86 0.33
Hex 9A C 1D 0 5C 51 28 161 56 21
Octal 232 14 35 0 134 121 50 541 126 41
Binary 10011010 1100 11101 0 1011100 1010001 101000 101100001 1010110 100001

Color Harmonies of #9A0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C1D

Black with #9A0C1D

Text Example


Text Example

White with #9A0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,29); }

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

background-color css

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

 a { background-color: rgb(154,12,29); }

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

border-color css

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

 span { border-color: rgb(154,12,29); }

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