Html Css Color HEX #A81242 Cardinal

📋 copy color: '#A81242'

red 168 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #A81242

Tints of Cardinal #A81242

RGB

 RED value IS 168 (66.02% from 255) = 66.67%

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 66.67%
G = 7.14%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81242 (or 0xA81242) is known color: Cardinal. HEX triplet: A8, 12 and 42. RGB value is (168,18,66). Sum of RGB (Red+Green+Blue) = 168+18+66=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A81242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81242 is #57EDBD. Grayscale: #444444. Windows color (decimal): -5762494 or 4330152. OLE color: 4330152.

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

Color convert

RGB 168 18 66 -
CMYK 0 0.89 0.61 0.34
HSL 340.8º 0.81% 0.36% -
HSV(B) 340.8º 0.89% 0.66% -
XYZ 17.35 9.15 6.01 -
YUV 68.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 168 18 66 0 0.89 0.61 0.34 340.8 0.81 0.36
Hex A8 12 42 0 59 3D 22 155 51 24
Octal 250 22 102 0 131 75 42 525 121 44
Binary 10101000 10010 1000010 0 1011001 111101 100010 101010101 1010001 100100

Color Harmonies of #A81242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81242

Black with #A81242

Text Example


Text Example

White with #A81242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81242; }

 p { color: rgb(168,18,66); }

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

background-color css

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

 a { background-color: rgb(168,18,66); }

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

border-color css

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

 span { border-color: rgb(168,18,66); }

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