Html Css Color HEX #A81742 Cardinal

📋 copy color: '#A81742'

red 168 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #A81742

Tints of Cardinal #A81742

RGB

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

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

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

R = 65.37%
G = 8.95%
B = 25.68%

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

#A81742 (or 0xA81742) is known color: Cardinal. HEX triplet: A8, 17 and 42. RGB value is (168,23,66). Sum of RGB (Red+Green+Blue) = 168+23+66=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A81742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81742 is #57E8BD. Grayscale: #474747. Windows color (decimal): -5761214 or 4331432. OLE color: 4331432.

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

Color convert

RGB 168 23 66 -
CMYK 0 0.86 0.61 0.34
HSL 342.21º 0.76% 0.37% -
HSV(B) 342.21º 0.86% 0.66% -
XYZ 17.44 9.33 6.04 -
YUV 71.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 168 23 66 0 0.86 0.61 0.34 342.21 0.76 0.37
Hex A8 17 42 0 56 3D 22 156 4C 25
Octal 250 27 102 0 126 75 42 526 114 45
Binary 10101000 10111 1000010 0 1010110 111101 100010 101010110 1001100 100101

Color Harmonies of #A81742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81742

Black with #A81742

Text Example


Text Example

White with #A81742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81742; }

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

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

background-color css

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

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

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

border-color css

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

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

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