Html Css Color HEX #9A061A Carmine

📋 copy color: '#9A061A'

red 154 ◦ green 6 ◦ blue 26

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

Shades of Carmine #9A061A

Tints of Carmine #9A061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 82.8%
G = 3.23%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A061A (or 0x9A061A) is known color: Carmine. HEX triplet: 9A, 06 and 1A. RGB value is (154,6,26). Sum of RGB (Red+Green+Blue) = 154+6+26=186 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.80% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 154 - color contains mainly: red. Hex color #9A061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A061A is #65F9E5. Grayscale: #343434. Windows color (decimal): -6683110 or 1705626. OLE color: 1705626.

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

Color convert

RGB 154 6 26 -
CMYK 0 0.96 0.83 0.40
HSL 351.89º 0.93% 0.31% -
HSV(B) 351.89º 0.96% 0.6% -
XYZ 13.58 7.07 1.63 -
YUV 52.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 154 6 26 0 0.96 0.83 0.40 351.89 0.93 0.31
Hex 9A 6 1A 0 60 53 28 160 5C 1F
Octal 232 6 32 0 140 123 50 540 134 37
Binary 10011010 110 11010 0 1100000 1010011 101000 101100000 1011100 11111

Color Harmonies of #9A061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A061A

Black with #9A061A

Text Example


Text Example

White with #9A061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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