Html Css Color HEX #A91438 Cardinal

📋 copy color: '#A91438'

red 169 ◦ green 20 ◦ blue 56

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

Shades of Cardinal #A91438

Tints of Cardinal #A91438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 68.98%
G = 8.16%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A91438 (or 0xA91438) is known color: Cardinal. HEX triplet: A9, 14 and 38. RGB value is (169,20,56). Sum of RGB (Red+Green+Blue) = 169+20+56=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A91438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91438 is #56EBC7. Grayscale: #444444. Windows color (decimal): -5696456 or 3675305. OLE color: 3675305.

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

Color convert

RGB 169 20 56 -
CMYK 0 0.88 0.67 0.34
HSL 345.5º 0.79% 0.37% -
HSV(B) 345.5º 0.88% 0.66% -
XYZ 17.33 9.22 4.61 -
YUV 68.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 169 20 56 0 0.88 0.67 0.34 345.5 0.79 0.37
Hex A9 14 38 0 58 43 22 15A 4F 25
Octal 251 24 70 0 130 103 42 532 117 45
Binary 10101001 10100 111000 0 1011000 1000011 100010 101011010 1001111 100101

Color Harmonies of #A91438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91438

Black with #A91438

Text Example


Text Example

White with #A91438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91438; }

 p { color: rgb(169,20,56); }

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

background-color css

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

 a { background-color: rgb(169,20,56); }

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

border-color css

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

 span { border-color: rgb(169,20,56); }

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