Html Css Color HEX #9A0F2D Carmine

📋 copy color: '#9A0F2D'

red 154 ◦ green 15 ◦ blue 45

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

Shades of Carmine #9A0F2D

Tints of Carmine #9A0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

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

R = 71.96%
G = 7.01%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A0F2D (or 0x9A0F2D) is known color: Carmine. HEX triplet: 9A, 0F and 2D. RGB value is (154,15,45). Sum of RGB (Red+Green+Blue) = 154+15+45=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F2D is #65F0D2. Grayscale: #3C3C3C. Windows color (decimal): -6680787 or 2953114. OLE color: 2953114.

HSL color Cylindrical-coordinate representation of color #9A0F2D: hue angle of 347.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F2D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 15 45 -
CMYK 0 0.90 0.71 0.40
HSL 347.05º 0.82% 0.33% -
HSV(B) 347.05º 0.9% 0.6% -
XYZ 13.97 7.4 3.17 -
YUV 59.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 154 15 45 0 0.90 0.71 0.40 347.05 0.82 0.33
Hex 9A F 2D 0 5A 47 28 15B 52 21
Octal 232 17 55 0 132 107 50 533 122 41
Binary 10011010 1111 101101 0 1011010 1000111 101000 101011011 1010010 100001

Color Harmonies of #9A0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0F2D

Black with #9A0F2D

Text Example


Text Example

White with #9A0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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