Html Css Color HEX #A5123A Cardinal

📋 copy color: '#A5123A'

red 165 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #A5123A

Tints of Cardinal #A5123A

RGB

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

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

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

R = 68.46%
G = 7.47%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5123A (or 0xA5123A) is known color: Cardinal. HEX triplet: A5, 12 and 3A. RGB value is (165,18,58). Sum of RGB (Red+Green+Blue) = 165+18+58=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5123A is #5AEDC5. Grayscale: #424242. Windows color (decimal): -5959110 or 3805861. OLE color: 3805861.

HSL color Cylindrical-coordinate representation of color #A5123A: hue angle of 343.67º 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 #A5123A is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 58 -
CMYK 0 0.89 0.65 0.35
HSL 343.67º 0.8% 0.36% -
HSV(B) 343.67º 0.89% 0.65% -
XYZ 16.5 8.74 4.82 -
YUV 66.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 165 18 58 0 0.89 0.65 0.35 343.67 0.8 0.36
Hex A5 12 3A 0 59 41 23 158 50 24
Octal 245 22 72 0 131 101 43 530 120 44
Binary 10100101 10010 111010 0 1011001 1000001 100011 101011000 1010000 100100

Color Harmonies of #A5123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5123A

Black with #A5123A

Text Example


Text Example

White with #A5123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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