Html Css Color HEX #A5093A Cardinal

📋 copy color: '#A5093A'

red 165 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #A5093A

Tints of Cardinal #A5093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 71.12%
G = 3.88%
B = 25%

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

#A5093A (or 0xA5093A) is known color: Cardinal. HEX triplet: A5, 09 and 3A. RGB value is (165,9,58). Sum of RGB (Red+Green+Blue) = 165+9+58=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A5093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5093A is #5AF6C5. Grayscale: #3D3D3D. Windows color (decimal): -5961414 or 3803557. OLE color: 3803557.

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

Color convert

RGB 165 9 58 -
CMYK 0 0.95 0.65 0.35
HSL 341.15º 0.9% 0.34% -
HSV(B) 341.15º 0.95% 0.65% -
XYZ 16.38 8.5 4.78 -
YUV 61.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 165 9 58 0 0.95 0.65 0.35 341.15 0.9 0.34
Hex A5 9 3A 0 5F 41 23 155 5A 22
Octal 245 11 72 0 137 101 43 525 132 42
Binary 10100101 1001 111010 0 1011111 1000001 100011 101010101 1011010 100010

Color Harmonies of #A5093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5093A

Black with #A5093A

Text Example


Text Example

White with #A5093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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