Html Css Color HEX #A61239 Cardinal

📋 copy color: '#A61239'

red 166 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #A61239

Tints of Cardinal #A61239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 68.88%
G = 7.47%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A61239 (or 0xA61239) is known color: Cardinal. HEX triplet: A6, 12 and 39. RGB value is (166,18,57). Sum of RGB (Red+Green+Blue) = 166+18+57=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61239 is #59EDC6. Grayscale: #424242. Windows color (decimal): -5893575 or 3740326. OLE color: 3740326.

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

Color convert

RGB 166 18 57 -
CMYK 0 0.89 0.66 0.35
HSL 344.19º 0.8% 0.36% -
HSV(B) 344.19º 0.89% 0.65% -
XYZ 16.68 8.84 4.7 -
YUV 66.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 166 18 57 0 0.89 0.66 0.35 344.19 0.8 0.36
Hex A6 12 39 0 59 42 23 158 50 24
Octal 246 22 71 0 131 102 43 530 120 44
Binary 10100110 10010 111001 0 1011001 1000010 100011 101011000 1010000 100100

Color Harmonies of #A61239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61239

Black with #A61239

Text Example


Text Example

White with #A61239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61239; }

 p { color: rgb(166,18,57); }

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

background-color css

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

 a { background-color: rgb(166,18,57); }

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

border-color css

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

 span { border-color: rgb(166,18,57); }

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