Html Css Color HEX #9A061D Carmine

📋 copy color: '#9A061D'

red 154 ◦ green 6 ◦ blue 29

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

Shades of Carmine #9A061D

Tints of Carmine #9A061D

RGB

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

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

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

R = 81.48%
G = 3.17%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A061D (or 0x9A061D) is known color: Carmine. HEX triplet: 9A, 06 and 1D. RGB value is (154,6,29). Sum of RGB (Red+Green+Blue) = 154+6+29=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A061D is #65F9E2. Grayscale: #343434. Windows color (decimal): -6683107 or 1902234. OLE color: 1902234.

HSL color Cylindrical-coordinate representation of color #9A061D: hue angle of 350.68º 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 #9A061D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 6 29 -
CMYK 0 0.96 0.81 0.40
HSL 350.68º 0.93% 0.31% -
HSV(B) 350.68º 0.96% 0.6% -
XYZ 13.61 7.09 1.81 -
YUV 52.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 154 6 29 0 0.96 0.81 0.40 350.68 0.93 0.31
Hex 9A 6 1D 0 60 51 28 15F 5C 1F
Octal 232 6 35 0 140 121 50 537 134 37
Binary 10011010 110 11101 0 1100000 1010001 101000 101011111 1011100 11111

Color Harmonies of #9A061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A061D

Black with #9A061D

Text Example


Text Example

White with #9A061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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