Html Css Color HEX #A81443 Cardinal

📋 copy color: '#A81443'

red 168 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #A81443

Tints of Cardinal #A81443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 67 (26.56% from 255) = 26.27%

R = 65.88%
G = 7.84%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A81443 (or 0xA81443) is known color: Cardinal. HEX triplet: A8, 14 and 43. RGB value is (168,20,67). Sum of RGB (Red+Green+Blue) = 168+20+67=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81443 is #57EBBC. Grayscale: #454545. Windows color (decimal): -5761981 or 4396200. OLE color: 4396200.

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

Color convert

RGB 168 20 67 -
CMYK 0 0.88 0.60 0.34
HSL 340.95º 0.79% 0.37% -
HSV(B) 340.95º 0.88% 0.66% -
XYZ 17.41 9.23 6.17 -
YUV 69.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 168 20 67 0 0.88 0.60 0.34 340.95 0.79 0.37
Hex A8 14 43 0 58 3C 22 155 4F 25
Octal 250 24 103 0 130 74 42 525 117 45
Binary 10101000 10100 1000011 0 1011000 111100 100010 101010101 1001111 100101

Color Harmonies of #A81443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81443

Black with #A81443

Text Example


Text Example

White with #A81443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81443; }

 p { color: rgb(168,20,67); }

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

background-color css

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

 a { background-color: rgb(168,20,67); }

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

border-color css

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

 span { border-color: rgb(168,20,67); }

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