Html Css Color HEX #A80935 Cardinal

📋 copy color: '#A80935'

red 168 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #A80935

Tints of Cardinal #A80935

RGB

 RED value IS 168 (66.02% from 255) = 73.04%

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

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

R = 73.04%
G = 3.91%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A80935 (or 0xA80935) is known color: Cardinal. HEX triplet: A8, 09 and 35. RGB value is (168,9,53). Sum of RGB (Red+Green+Blue) = 168+9+53=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A80935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80935 is #57F6CA. Grayscale: #3D3D3D. Windows color (decimal): -5764811 or 3475880. OLE color: 3475880.

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

Color convert

RGB 168 9 53 -
CMYK 0 0.95 0.68 0.34
HSL 343.4º 0.9% 0.35% -
HSV(B) 343.4º 0.95% 0.66% -
XYZ 16.89 8.78 4.17 -
YUV 61.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 168 9 53 0 0.95 0.68 0.34 343.4 0.9 0.35
Hex A8 9 35 0 5F 44 22 157 5A 23
Octal 250 11 65 0 137 104 42 527 132 43
Binary 10101000 1001 110101 0 1011111 1000100 100010 101010111 1011010 100011

Color Harmonies of #A80935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80935

Black with #A80935

Text Example


Text Example

White with #A80935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80935; }

 p { color: rgb(168,9,53); }

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

background-color css

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

 a { background-color: rgb(168,9,53); }

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

border-color css

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

 span { border-color: rgb(168,9,53); }

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