Html Css Color HEX #A60038 Carmine

📋 copy color: '#A60038'

red 166 ◦ green 0 ◦ blue 56

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

Shades of Carmine #A60038

Tints of Carmine #A60038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 25.23%

R = 74.77%
G = 0%
B = 25.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A60038 (or 0xA60038) is known color: Carmine. HEX triplet: A6, 00 and 38. RGB value is (166,0,56). Sum of RGB (Red+Green+Blue) = 166+0+56=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A60038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60038 is #59FFC7. Grayscale: #373737. Windows color (decimal): -5898184 or 3670182. OLE color: 3670182.

HSL color Cylindrical-coordinate representation of color #A60038: hue angle of 339.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60038 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 56 -
CMYK 0 1 0.66 0.35
HSL 339.76º 1% 0.33% -
HSV(B) 339.76º 1% 0.65% -
XYZ 16.44 8.39 4.49 -
YUV 56.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 166 0 56 0 1 0.66 0.35 339.76 1 0.33
Hex A6 0 38 0 64 42 23 154 64 21
Octal 246 0 70 0 144 102 43 524 144 41
Binary 10100110 0 111000 0 1100100 1000010 100011 101010100 1100100 100001

Color Harmonies of #A60038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60038

Black with #A60038

Text Example


Text Example

White with #A60038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60038; }

 p { color: rgb(166,0,56); }

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

background-color css

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

 a { background-color: rgb(166,0,56); }

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

border-color css

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

 span { border-color: rgb(166,0,56); }

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