Html Css Color HEX #9A0C38 Carmine

📋 copy color: '#9A0C38'

red 154 ◦ green 12 ◦ blue 56

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

Shades of Carmine #9A0C38

Tints of Carmine #9A0C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.23%

R = 69.37%
G = 5.41%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#9A0C38 (or 0x9A0C38) is known color: Carmine. HEX triplet: 9A, 0C and 38. RGB value is (154,12,56). Sum of RGB (Red+Green+Blue) = 154+12+56=222 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.37% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C38 is #65F3C7. Grayscale: #3B3B3B. Windows color (decimal): -6681544 or 3673242. OLE color: 3673242.

HSL color Cylindrical-coordinate representation of color #9A0C38: hue angle of 341.41º 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 #9A0C38 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 56 -
CMYK 0 0.92 0.64 0.40
HSL 341.41º 0.86% 0.33% -
HSV(B) 341.41º 0.92% 0.6% -
XYZ 14.17 7.42 4.43 -
YUV 59.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 154 12 56 0 0.92 0.64 0.40 341.41 0.86 0.33
Hex 9A C 38 0 5C 40 28 155 56 21
Octal 232 14 70 0 134 100 50 525 126 41
Binary 10011010 1100 111000 0 1011100 1000000 101000 101010101 1010110 100001

Color Harmonies of #9A0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C38

Black with #9A0C38

Text Example


Text Example

White with #9A0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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