Html Css Color HEX #A90C3E Cardinal

📋 copy color: '#A90C3E'

red 169 ◦ green 12 ◦ blue 62

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

Shades of Cardinal #A90C3E

Tints of Cardinal #A90C3E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 69.55%
G = 4.94%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A90C3E (or 0xA90C3E) is known color: Cardinal. HEX triplet: A9, 0C and 3E. RGB value is (169,12,62). Sum of RGB (Red+Green+Blue) = 169+12+62=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C3E is #56F3C1. Grayscale: #404040. Windows color (decimal): -5698498 or 4066473. OLE color: 4066473.

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

Color convert

RGB 169 12 62 -
CMYK 0 0.93 0.63 0.34
HSL 340.89º 0.87% 0.35% -
HSV(B) 340.89º 0.93% 0.66% -
XYZ 17.36 9.05 5.39 -
YUV 64.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 169 12 62 0 0.93 0.63 0.34 340.89 0.87 0.35
Hex A9 C 3E 0 5D 3F 22 155 57 23
Octal 251 14 76 0 135 77 42 525 127 43
Binary 10101001 1100 111110 0 1011101 111111 100010 101010101 1010111 100011

Color Harmonies of #A90C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90C3E

Black with #A90C3E

Text Example


Text Example

White with #A90C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90C3E; }

 p { color: rgb(169,12,62); }

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

background-color css

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

 a { background-color: rgb(169,12,62); }

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

border-color css

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

 span { border-color: rgb(169,12,62); }

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