Html Css Color HEX #A5093B Cardinal

📋 copy color: '#A5093B'

red 165 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #A5093B

Tints of Cardinal #A5093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 70.82%
G = 3.86%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5093B (or 0xA5093B) is known color: Cardinal. HEX triplet: A5, 09 and 3B. RGB value is (165,9,59). Sum of RGB (Red+Green+Blue) = 165+9+59=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5093B is #5AF6C4. Grayscale: #3D3D3D. Windows color (decimal): -5961413 or 3869093. OLE color: 3869093.

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

Color convert

RGB 165 9 59 -
CMYK 0 0.95 0.64 0.35
HSL 340.77º 0.9% 0.34% -
HSV(B) 340.77º 0.95% 0.65% -
XYZ 16.4 8.51 4.92 -
YUV 61.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 165 9 59 0 0.95 0.64 0.35 340.77 0.9 0.34
Hex A5 9 3B 0 5F 40 23 155 5A 22
Octal 245 11 73 0 137 100 43 525 132 42
Binary 10100101 1001 111011 0 1011111 1000000 100011 101010101 1011010 100010

Color Harmonies of #A5093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5093B

Black with #A5093B

Text Example


Text Example

White with #A5093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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