Html Css Color HEX #A60A38 Cardinal

📋 copy color: '#A60A38'

red 166 ◦ green 10 ◦ blue 56

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

Shades of Cardinal #A60A38

Tints of Cardinal #A60A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

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

R = 71.55%
G = 4.31%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A60A38 (or 0xA60A38) is known color: Cardinal. HEX triplet: A6, 0A and 38. RGB value is (166,10,56). Sum of RGB (Red+Green+Blue) = 166+10+56=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A38 is #59F5C7. Grayscale: #3D3D3D. Windows color (decimal): -5895624 or 3672742. OLE color: 3672742.

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

Color convert

RGB 166 10 56 -
CMYK 0 0.94 0.66 0.35
HSL 342.31º 0.89% 0.35% -
HSV(B) 342.31º 0.94% 0.65% -
XYZ 16.55 8.61 4.53 -
YUV 61.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 166 10 56 0 0.94 0.66 0.35 342.31 0.89 0.35
Hex A6 A 38 0 5E 42 23 156 59 23
Octal 246 12 70 0 136 102 43 526 131 43
Binary 10100110 1010 111000 0 1011110 1000010 100011 101010110 1011001 100011

Color Harmonies of #A60A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A38

Black with #A60A38

Text Example


Text Example

White with #A60A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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