Html Css Color HEX #A81741 Cardinal

📋 copy color: '#A81741'

red 168 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #A81741

Tints of Cardinal #A81741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 65.63%
G = 8.98%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81741 (or 0xA81741) is known color: Cardinal. HEX triplet: A8, 17 and 41. RGB value is (168,23,65). Sum of RGB (Red+Green+Blue) = 168+23+65=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81741 is #57E8BE. Grayscale: #474747. Windows color (decimal): -5761215 or 4265896. OLE color: 4265896.

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

Color convert

RGB 168 23 65 -
CMYK 0 0.86 0.61 0.34
HSL 342.62º 0.76% 0.37% -
HSV(B) 342.62º 0.86% 0.66% -
XYZ 17.41 9.32 5.88 -
YUV 71.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 168 23 65 0 0.86 0.61 0.34 342.62 0.76 0.37
Hex A8 17 41 0 56 3D 22 157 4C 25
Octal 250 27 101 0 126 75 42 527 114 45
Binary 10101000 10111 1000001 0 1010110 111101 100010 101010111 1001100 100101

Color Harmonies of #A81741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81741

Black with #A81741

Text Example


Text Example

White with #A81741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81741; }

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

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

background-color css

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

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

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

border-color css

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

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

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