Html Css Color HEX #A90B32 Cardinal

📋 copy color: '#A90B32'

red 169 ◦ green 11 ◦ blue 50

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

Shades of Cardinal #A90B32

Tints of Cardinal #A90B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 73.48%
G = 4.78%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A90B32 (or 0xA90B32) is known color: Cardinal. HEX triplet: A9, 0B and 32. RGB value is (169,11,50). Sum of RGB (Red+Green+Blue) = 169+11+50=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90B32 is #56F4CD. Grayscale: #3E3E3E. Windows color (decimal): -5698766 or 3279785. OLE color: 3279785.

HSL color Cylindrical-coordinate representation of color #A90B32: hue angle of 345.19º degrees, saturation: 0.88, 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 #A90B32 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 11 50 -
CMYK 0 0.93 0.70 0.34
HSL 345.19º 0.88% 0.35% -
HSV(B) 345.19º 0.93% 0.66% -
XYZ 17.06 8.9 3.84 -
YUV 62.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 169 11 50 0 0.93 0.70 0.34 345.19 0.88 0.35
Hex A9 B 32 0 5D 46 22 159 58 23
Octal 251 13 62 0 135 106 42 531 130 43
Binary 10101001 1011 110010 0 1011101 1000110 100010 101011001 1011000 100011

Color Harmonies of #A90B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B32

Black with #A90B32

Text Example


Text Example

White with #A90B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B32; }

 p { color: rgb(169,11,50); }

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

background-color css

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

 a { background-color: rgb(169,11,50); }

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

border-color css

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

 span { border-color: rgb(169,11,50); }

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