Html Css Color HEX #9A0630 Carmine

📋 copy color: '#9A0630'

red 154 ◦ green 6 ◦ blue 48

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

Shades of Carmine #9A0630

Tints of Carmine #9A0630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 74.04%
G = 2.88%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A0630 (or 0x9A0630) is known color: Carmine. HEX triplet: 9A, 06 and 30. RGB value is (154,6,48). Sum of RGB (Red+Green+Blue) = 154+6+48=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0630 is #65F9CF. Grayscale: #373737. Windows color (decimal): -6683088 or 3147418. OLE color: 3147418.

HSL color Cylindrical-coordinate representation of color #9A0630: hue angle of 342.97º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0630 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 6 48 -
CMYK 0 0.96 0.69 0.40
HSL 342.97º 0.93% 0.31% -
HSV(B) 342.97º 0.96% 0.6% -
XYZ 13.93 7.21 3.45 -
YUV 55.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 154 6 48 0 0.96 0.69 0.40 342.97 0.93 0.31
Hex 9A 6 30 0 60 45 28 157 5C 1F
Octal 232 6 60 0 140 105 50 527 134 37
Binary 10011010 110 110000 0 1100000 1000101 101000 101010111 1011100 11111

Color Harmonies of #9A0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0630

Black with #9A0630

Text Example


Text Example

White with #9A0630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,6,48); }

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

background-color css

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

 a { background-color: rgb(154,6,48); }

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

border-color css

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

 span { border-color: rgb(154,6,48); }

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