Html Css Color HEX #A4123A Cardinal

📋 copy color: '#A4123A'

red 164 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #A4123A

Tints of Cardinal #A4123A

RGB

 RED value IS 164 (64.45% from 255) = 68.33%

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 68.33%
G = 7.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4123A (or 0xA4123A) is known color: Cardinal. HEX triplet: A4, 12 and 3A. RGB value is (164,18,58). Sum of RGB (Red+Green+Blue) = 164+18+58=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4123A is #5BEDC5. Grayscale: #424242. Windows color (decimal): -6024646 or 3805860. OLE color: 3805860.

HSL color Cylindrical-coordinate representation of color #A4123A: hue angle of 343.56º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4123A is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 18 58 -
CMYK 0 0.89 0.65 0.36
HSL 343.56º 0.8% 0.36% -
HSV(B) 343.56º 0.89% 0.64% -
XYZ 16.29 8.63 4.81 -
YUV 66.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 164 18 58 0 0.89 0.65 0.36 343.56 0.8 0.36
Hex A4 12 3A 0 59 41 24 158 50 24
Octal 244 22 72 0 131 101 44 530 120 44
Binary 10100100 10010 111010 0 1011001 1000001 100100 101011000 1010000 100100

Color Harmonies of #A4123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4123A

Black with #A4123A

Text Example


Text Example

White with #A4123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4123A; }

 p { color: rgb(164,18,58); }

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

background-color css

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

 a { background-color: rgb(164,18,58); }

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

border-color css

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

 span { border-color: rgb(164,18,58); }

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