Html Css Color HEX #A81241 Cardinal

📋 copy color: '#A81241'

red 168 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #A81241

Tints of Cardinal #A81241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 66.93%
G = 7.17%
B = 25.9%

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

#A81241 (or 0xA81241) is known color: Cardinal. HEX triplet: A8, 12 and 41. RGB value is (168,18,65). Sum of RGB (Red+Green+Blue) = 168+18+65=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A81241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81241 is #57EDBE. Grayscale: #444444. Windows color (decimal): -5762495 or 4264616. OLE color: 4264616.

HSL color Cylindrical-coordinate representation of color #A81241: hue angle of 341.2º 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 #A81241 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 65 -
CMYK 0 0.89 0.61 0.34
HSL 341.2º 0.81% 0.36% -
HSV(B) 341.2º 0.89% 0.66% -
XYZ 17.32 9.14 5.85 -
YUV 68.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 168 18 65 0 0.89 0.61 0.34 341.2 0.81 0.36
Hex A8 12 41 0 59 3D 22 155 51 24
Octal 250 22 101 0 131 75 42 525 121 44
Binary 10101000 10010 1000001 0 1011001 111101 100010 101010101 1010001 100100

Color Harmonies of #A81241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81241

Black with #A81241

Text Example


Text Example

White with #A81241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81241; }

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

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

background-color css

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

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

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

border-color css

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

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

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