Html Css Color HEX #A5123C Cardinal

📋 copy color: '#A5123C'

red 165 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #A5123C

Tints of Cardinal #A5123C

RGB

 RED value IS 165 (64.84% from 255) = 67.9%

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

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

R = 67.9%
G = 7.41%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5123C (or 0xA5123C) is known color: Cardinal. HEX triplet: A5, 12 and 3C. RGB value is (165,18,60). Sum of RGB (Red+Green+Blue) = 165+18+60=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5123C is #5AEDC3. Grayscale: #424242. Windows color (decimal): -5959108 or 3936933. OLE color: 3936933.

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

Color convert

RGB 165 18 60 -
CMYK 0 0.89 0.64 0.35
HSL 342.86º 0.8% 0.36% -
HSV(B) 342.86º 0.89% 0.65% -
XYZ 16.55 8.76 5.09 -
YUV 66.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 165 18 60 0 0.89 0.64 0.35 342.86 0.8 0.36
Hex A5 12 3C 0 59 40 23 157 50 24
Octal 245 22 74 0 131 100 43 527 120 44
Binary 10100101 10010 111100 0 1011001 1000000 100011 101010111 1010000 100100

Color Harmonies of #A5123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5123C

Black with #A5123C

Text Example


Text Example

White with #A5123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5123C; }

 p { color: rgb(165,18,60); }

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

background-color css

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

 a { background-color: rgb(165,18,60); }

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

border-color css

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

 span { border-color: rgb(165,18,60); }

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