Html Css Color HEX #A61037 Cardinal

📋 copy color: '#A61037'

red 166 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #A61037

Tints of Cardinal #A61037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 70.04%
G = 6.75%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A61037 (or 0xA61037) is known color: Cardinal. HEX triplet: A6, 10 and 37. RGB value is (166,16,55). Sum of RGB (Red+Green+Blue) = 166+16+55=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A61037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61037 is #59EFC8. Grayscale: #414141. Windows color (decimal): -5894089 or 3608742. OLE color: 3608742.

HSL color Cylindrical-coordinate representation of color #A61037: hue angle of 344.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61037 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 55 -
CMYK 0 0.90 0.67 0.35
HSL 344.4º 0.82% 0.36% -
HSV(B) 344.4º 0.9% 0.65% -
XYZ 16.6 8.75 4.43 -
YUV 65.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 166 16 55 0 0.90 0.67 0.35 344.4 0.82 0.36
Hex A6 10 37 0 5A 43 23 158 52 24
Octal 246 20 67 0 132 103 43 530 122 44
Binary 10100110 10000 110111 0 1011010 1000011 100011 101011000 1010010 100100

Color Harmonies of #A61037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61037

Black with #A61037

Text Example


Text Example

White with #A61037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61037; }

 p { color: rgb(166,16,55); }

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

background-color css

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

 a { background-color: rgb(166,16,55); }

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

border-color css

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

 span { border-color: rgb(166,16,55); }

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