Html Css Color HEX #9A0235 Carmine

📋 copy color: '#9A0235'

red 154 ◦ green 2 ◦ blue 53

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

Shades of Carmine #9A0235

Tints of Carmine #9A0235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 73.68%
G = 0.96%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A0235 (or 0x9A0235) is known color: Carmine. HEX triplet: 9A, 02 and 35. RGB value is (154,2,53). Sum of RGB (Red+Green+Blue) = 154+2+53=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0235 is #65FDCA. Grayscale: #353535. Windows color (decimal): -6684107 or 3474074. OLE color: 3474074.

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

Color convert

RGB 154 2 53 -
CMYK 0 0.99 0.66 0.40
HSL 339.87º 0.97% 0.31% -
HSV(B) 339.87º 0.99% 0.6% -
XYZ 13.99 7.17 4.01 -
YUV 53.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 154 2 53 0 0.99 0.66 0.40 339.87 0.97 0.31
Hex 9A 2 35 0 63 42 28 154 61 1F
Octal 232 2 65 0 143 102 50 524 141 37
Binary 10011010 10 110101 0 1100011 1000010 101000 101010100 1100001 11111

Color Harmonies of #9A0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0235

Black with #9A0235

Text Example


Text Example

White with #9A0235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,53); }

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

background-color css

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

 a { background-color: rgb(154,2,53); }

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

border-color css

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

 span { border-color: rgb(154,2,53); }

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