Html Css Color HEX #A90E3E Cardinal

📋 copy color: '#A90E3E'

red 169 ◦ green 14 ◦ blue 62

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

Shades of Cardinal #A90E3E

Tints of Cardinal #A90E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

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

R = 68.98%
G = 5.71%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A90E3E (or 0xA90E3E) is known color: Cardinal. HEX triplet: A9, 0E and 3E. RGB value is (169,14,62). Sum of RGB (Red+Green+Blue) = 169+14+62=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E3E is #56F1C1. Grayscale: #414141. Windows color (decimal): -5697986 or 4066985. OLE color: 4066985.

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

Color convert

RGB 169 14 62 -
CMYK 0 0.92 0.63 0.34
HSL 341.42º 0.85% 0.36% -
HSV(B) 341.42º 0.92% 0.66% -
XYZ 17.39 9.1 5.4 -
YUV 65.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 169 14 62 0 0.92 0.63 0.34 341.42 0.85 0.36
Hex A9 E 3E 0 5C 3F 22 155 55 24
Octal 251 16 76 0 134 77 42 525 125 44
Binary 10101001 1110 111110 0 1011100 111111 100010 101010101 1010101 100100

Color Harmonies of #A90E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90E3E

Black with #A90E3E

Text Example


Text Example

White with #A90E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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