Html Css Color HEX #A90835 Cardinal

📋 copy color: '#A90835'

red 169 ◦ green 8 ◦ blue 53

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

Shades of Cardinal #A90835

Tints of Cardinal #A90835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 73.48%
G = 3.48%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A90835 (or 0xA90835) is known color: Cardinal. HEX triplet: A9, 08 and 35. RGB value is (169,8,53). Sum of RGB (Red+Green+Blue) = 169+8+53=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A90835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90835 is #56F7CA. Grayscale: #3D3D3D. Windows color (decimal): -5699531 or 3475625. OLE color: 3475625.

HSL color Cylindrical-coordinate representation of color #A90835: hue angle of 343.23º degrees, saturation: 0.91, 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 #A90835 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 8 53 -
CMYK 0 0.95 0.69 0.34
HSL 343.23º 0.91% 0.35% -
HSV(B) 343.23º 0.95% 0.66% -
XYZ 17.09 8.87 4.18 -
YUV 61.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 169 8 53 0 0.95 0.69 0.34 343.23 0.91 0.35
Hex A9 8 35 0 5F 45 22 157 5B 23
Octal 251 10 65 0 137 105 42 527 133 43
Binary 10101001 1000 110101 0 1011111 1000101 100010 101010111 1011011 100011

Color Harmonies of #A90835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90835

Black with #A90835

Text Example


Text Example

White with #A90835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90835; }

 p { color: rgb(169,8,53); }

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

background-color css

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

 a { background-color: rgb(169,8,53); }

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

border-color css

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

 span { border-color: rgb(169,8,53); }

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