Html Css Color HEX #A80937 Cardinal

📋 copy color: '#A80937'

red 168 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #A80937

Tints of Cardinal #A80937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 72.41%
G = 3.88%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A80937 (or 0xA80937) is known color: Cardinal. HEX triplet: A8, 09 and 37. RGB value is (168,9,55). Sum of RGB (Red+Green+Blue) = 168+9+55=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A80937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80937 is #57F6C8. Grayscale: #3D3D3D. Windows color (decimal): -5764809 or 3606952. OLE color: 3606952.

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

Color convert

RGB 168 9 55 -
CMYK 0 0.95 0.67 0.34
HSL 342.64º 0.9% 0.35% -
HSV(B) 342.64º 0.95% 0.66% -
XYZ 16.94 8.8 4.42 -
YUV 61.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 168 9 55 0 0.95 0.67 0.34 342.64 0.9 0.35
Hex A8 9 37 0 5F 43 22 157 5A 23
Octal 250 11 67 0 137 103 42 527 132 43
Binary 10101000 1001 110111 0 1011111 1000011 100010 101010111 1011010 100011

Color Harmonies of #A80937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80937

Black with #A80937

Text Example


Text Example

White with #A80937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80937; }

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

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

background-color css

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

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

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

border-color css

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

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

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