Html Css Color HEX #A81341 Cardinal

📋 copy color: '#A81341'

red 168 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #A81341

Tints of Cardinal #A81341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 66.67%
G = 7.54%
B = 25.79%

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

#A81341 (or 0xA81341) is known color: Cardinal. HEX triplet: A8, 13 and 41. RGB value is (168,19,65). Sum of RGB (Red+Green+Blue) = 168+19+65=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A81341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81341 is #57ECBE. Grayscale: #444444. Windows color (decimal): -5762239 or 4264872. OLE color: 4264872.

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

Color convert

RGB 168 19 65 -
CMYK 0 0.89 0.61 0.34
HSL 341.48º 0.8% 0.37% -
HSV(B) 341.48º 0.89% 0.66% -
XYZ 17.34 9.17 5.86 -
YUV 68.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 168 19 65 0 0.89 0.61 0.34 341.48 0.8 0.37
Hex A8 13 41 0 59 3D 22 155 50 25
Octal 250 23 101 0 131 75 42 525 120 45
Binary 10101000 10011 1000001 0 1011001 111101 100010 101010101 1010000 100101

Color Harmonies of #A81341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81341

Black with #A81341

Text Example


Text Example

White with #A81341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81341; }

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

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

background-color css

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

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

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

border-color css

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

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

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