Html Css Color HEX #A9093A Cardinal

📋 copy color: '#A9093A'

red 169 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #A9093A

Tints of Cardinal #A9093A

RGB

 RED value IS 169 (66.41% from 255) = 71.61%

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

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

R = 71.61%
G = 3.81%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9093A (or 0xA9093A) is known color: Cardinal. HEX triplet: A9, 09 and 3A. RGB value is (169,9,58). Sum of RGB (Red+Green+Blue) = 169+9+58=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A9093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9093A is #56F6C5. Grayscale: #3E3E3E. Windows color (decimal): -5699270 or 3803561. OLE color: 3803561.

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

Color convert

RGB 169 9 58 -
CMYK 0 0.95 0.66 0.34
HSL 341.63º 0.9% 0.35% -
HSV(B) 341.63º 0.95% 0.66% -
XYZ 17.22 8.94 4.82 -
YUV 62.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 169 9 58 0 0.95 0.66 0.34 341.63 0.9 0.35
Hex A9 9 3A 0 5F 42 22 156 5A 23
Octal 251 11 72 0 137 102 42 526 132 43
Binary 10101001 1001 111010 0 1011111 1000010 100010 101010110 1011010 100011

Color Harmonies of #A9093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9093A

Black with #A9093A

Text Example


Text Example

White with #A9093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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