Html Css Color HEX #9A051D Carmine

📋 copy color: '#9A051D'

red 154 ◦ green 5 ◦ blue 29

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

Shades of Carmine #9A051D

Tints of Carmine #9A051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 81.91%
G = 2.66%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A051D (or 0x9A051D) is known color: Carmine. HEX triplet: 9A, 05 and 1D. RGB value is (154,5,29). Sum of RGB (Red+Green+Blue) = 154+5+29=188 (24% of max value = 765). Red value is 154 (60.55% from 255 or 81.91% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 154 - color contains mainly: red. Hex color #9A051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A051D is #65FAE2. Grayscale: #343434. Windows color (decimal): -6683363 or 1901978. OLE color: 1901978.

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

Color convert

RGB 154 5 29 -
CMYK 0 0.97 0.81 0.40
HSL 350.34º 0.94% 0.31% -
HSV(B) 350.34º 0.97% 0.6% -
XYZ 13.6 7.07 1.81 -
YUV 52.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 154 5 29 0 0.97 0.81 0.40 350.34 0.94 0.31
Hex 9A 5 1D 0 61 51 28 15E 5E 1F
Octal 232 5 35 0 141 121 50 536 136 37
Binary 10011010 101 11101 0 1100001 1010001 101000 101011110 1011110 11111

Color Harmonies of #9A051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A051D

Black with #9A051D

Text Example


Text Example

White with #9A051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,5,29); }

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

background-color css

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

 a { background-color: rgb(154,5,29); }

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

border-color css

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

 span { border-color: rgb(154,5,29); }

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