Html Css Color HEX #A5083A Cardinal

📋 copy color: '#A5083A'

red 165 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #A5083A

Tints of Cardinal #A5083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

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

R = 71.43%
G = 3.46%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5083A (or 0xA5083A) is known color: Cardinal. HEX triplet: A5, 08 and 3A. RGB value is (165,8,58). Sum of RGB (Red+Green+Blue) = 165+8+58=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A5083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5083A is #5AF7C5. Grayscale: #3C3C3C. Windows color (decimal): -5961670 or 3803301. OLE color: 3803301.

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

Color convert

RGB 165 8 58 -
CMYK 0 0.95 0.65 0.35
HSL 340.89º 0.91% 0.34% -
HSV(B) 340.89º 0.95% 0.65% -
XYZ 16.37 8.48 4.78 -
YUV 60.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 165 8 58 0 0.95 0.65 0.35 340.89 0.91 0.34
Hex A5 8 3A 0 5F 41 23 155 5B 22
Octal 245 10 72 0 137 101 43 525 133 42
Binary 10100101 1000 111010 0 1011111 1000001 100011 101010101 1011011 100010

Color Harmonies of #A5083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5083A

Black with #A5083A

Text Example


Text Example

White with #A5083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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