Html Css Color HEX #A5153A Cardinal

📋 copy color: '#A5153A'

red 165 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #A5153A

Tints of Cardinal #A5153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 67.62%
G = 8.61%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5153A (or 0xA5153A) is known color: Cardinal. HEX triplet: A5, 15 and 3A. RGB value is (165,21,58). Sum of RGB (Red+Green+Blue) = 165+21+58=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5153A is #5AEAC5. Grayscale: #444444. Windows color (decimal): -5958342 or 3806629. OLE color: 3806629.

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

Color convert

RGB 165 21 58 -
CMYK 0 0.87 0.65 0.35
HSL 344.58º 0.77% 0.36% -
HSV(B) 344.58º 0.87% 0.65% -
XYZ 16.55 8.84 4.84 -
YUV 68.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 165 21 58 0 0.87 0.65 0.35 344.58 0.77 0.36
Hex A5 15 3A 0 57 41 23 159 4D 24
Octal 245 25 72 0 127 101 43 531 115 44
Binary 10100101 10101 111010 0 1010111 1000001 100011 101011001 1001101 100100

Color Harmonies of #A5153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5153A

Black with #A5153A

Text Example


Text Example

White with #A5153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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