Html Css Color HEX #A60933 Carmine

📋 copy color: '#A60933'

red 166 ◦ green 9 ◦ blue 51

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

Shades of Carmine #A60933

Tints of Carmine #A60933

RGB

 RED value IS 166 (65.23% from 255) = 73.45%

 GREEN value IS 9 (3.91% from 255) = 3.98%

 BLUE value IS 51 (20.31% from 255) = 22.57%

R = 73.45%
G = 3.98%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A60933 (or 0xA60933) is known color: Carmine. HEX triplet: A6, 09 and 33. RGB value is (166,9,51). Sum of RGB (Red+Green+Blue) = 166+9+51=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A60933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60933 is #59F6CC. Grayscale: #3C3C3C. Windows color (decimal): -5895885 or 3344806. OLE color: 3344806.

HSL color Cylindrical-coordinate representation of color #A60933: hue angle of 343.95º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60933 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 51 -
CMYK 0 0.95 0.69 0.35
HSL 343.95º 0.9% 0.34% -
HSV(B) 343.95º 0.95% 0.65% -
XYZ 16.42 8.54 3.92 -
YUV 60.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 166 9 51 0 0.95 0.69 0.35 343.95 0.9 0.34
Hex A6 9 33 0 5F 45 23 158 5A 22
Octal 246 11 63 0 137 105 43 530 132 42
Binary 10100110 1001 110011 0 1011111 1000101 100011 101011000 1011010 100010

Color Harmonies of #A60933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60933

Black with #A60933

Text Example


Text Example

White with #A60933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60933; }

 p { color: rgb(166,9,51); }

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

background-color css

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

 a { background-color: rgb(166,9,51); }

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

border-color css

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

 span { border-color: rgb(166,9,51); }

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