Html Css Color HEX #9A032D Carmine

📋 copy color: '#9A032D'

red 154 ◦ green 3 ◦ blue 45

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

Shades of Carmine #9A032D

Tints of Carmine #9A032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 76.24%
G = 1.49%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A032D (or 0x9A032D) is known color: Carmine. HEX triplet: 9A, 03 and 2D. RGB value is (154,3,45). Sum of RGB (Red+Green+Blue) = 154+3+45=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A032D is #65FCD2. Grayscale: #343434. Windows color (decimal): -6683859 or 2950042. OLE color: 2950042.

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

Color convert

RGB 154 3 45 -
CMYK 0 0.98 0.71 0.40
HSL 343.31º 0.96% 0.31% -
HSV(B) 343.31º 0.98% 0.6% -
XYZ 13.83 7.12 3.13 -
YUV 52.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 154 3 45 0 0.98 0.71 0.40 343.31 0.96 0.31
Hex 9A 3 2D 0 62 47 28 157 60 1F
Octal 232 3 55 0 142 107 50 527 140 37
Binary 10011010 11 101101 0 1100010 1000111 101000 101010111 1100000 11111

Color Harmonies of #9A032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A032D

Black with #9A032D

Text Example


Text Example

White with #9A032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,45); }

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

background-color css

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

 a { background-color: rgb(154,3,45); }

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

border-color css

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

 span { border-color: rgb(154,3,45); }

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