Html Css Color HEX #A4103C Cardinal

📋 copy color: '#A4103C'

red 164 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #A4103C

Tints of Cardinal #A4103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 60 (23.83% from 255) = 25%

R = 68.33%
G = 6.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4103C (or 0xA4103C) is known color: Cardinal. HEX triplet: A4, 10 and 3C. RGB value is (164,16,60). Sum of RGB (Red+Green+Blue) = 164+16+60=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4103C is #5BEFC3. Grayscale: #414141. Windows color (decimal): -6025156 or 3936420. OLE color: 3936420.

HSL color Cylindrical-coordinate representation of color #A4103C: hue angle of 342.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4103C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 60 -
CMYK 0 0.90 0.63 0.36
HSL 342.16º 0.82% 0.35% -
HSV(B) 342.16º 0.9% 0.64% -
XYZ 16.31 8.59 5.07 -
YUV 65.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 164 16 60 0 0.90 0.63 0.36 342.16 0.82 0.35
Hex A4 10 3C 0 5A 3F 24 156 52 23
Octal 244 20 74 0 132 77 44 526 122 43
Binary 10100100 10000 111100 0 1011010 111111 100100 101010110 1010010 100011

Color Harmonies of #A4103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4103C

Black with #A4103C

Text Example


Text Example

White with #A4103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4103C; }

 p { color: rgb(164,16,60); }

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

background-color css

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

 a { background-color: rgb(164,16,60); }

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

border-color css

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

 span { border-color: rgb(164,16,60); }

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