Html Css Color HEX #A91C43 Cardinal

📋 copy color: '#A91C43'

red 169 ◦ green 28 ◦ blue 67

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

Shades of Cardinal #A91C43

Tints of Cardinal #A91C43

RGB

 RED value IS 169 (66.41% from 255) = 64.02%

 GREEN value IS 28 (11.33% from 255) = 10.61%

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

R = 64.02%
G = 10.61%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A91C43 (or 0xA91C43) is known color: Cardinal. HEX triplet: A9, 1C and 43. RGB value is (169,28,67). Sum of RGB (Red+Green+Blue) = 169+28+67=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C43 is #56E3BC. Grayscale: #4A4A4A. Windows color (decimal): -5694397 or 4398249. OLE color: 4398249.

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

Color convert

RGB 169 28 67 -
CMYK 0 0.83 0.60 0.34
HSL 343.4º 0.72% 0.39% -
HSV(B) 343.4º 0.83% 0.66% -
XYZ 17.79 9.67 6.24 -
YUV 74.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 169 28 67 0 0.83 0.60 0.34 343.4 0.72 0.39
Hex A9 1C 43 0 53 3C 22 157 48 27
Octal 251 34 103 0 123 74 42 527 110 47
Binary 10101001 11100 1000011 0 1010011 111100 100010 101010111 1001000 100111

Color Harmonies of #A91C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C43

Black with #A91C43

Text Example


Text Example

White with #A91C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C43; }

 p { color: rgb(169,28,67); }

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

background-color css

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

 a { background-color: rgb(169,28,67); }

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

border-color css

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

 span { border-color: rgb(169,28,67); }

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