Html Css Color HEX #A81237 Cardinal

📋 copy color: '#A81237'

red 168 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #A81237

Tints of Cardinal #A81237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

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

R = 69.71%
G = 7.47%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A81237 (or 0xA81237) is known color: Cardinal. HEX triplet: A8, 12 and 37. RGB value is (168,18,55). Sum of RGB (Red+Green+Blue) = 168+18+55=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A81237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81237 is #57EDC8. Grayscale: #434343. Windows color (decimal): -5762505 or 3609256. OLE color: 3609256.

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

Color convert

RGB 168 18 55 -
CMYK 0 0.89 0.67 0.34
HSL 345.2º 0.81% 0.36% -
HSV(B) 345.2º 0.89% 0.66% -
XYZ 17.05 9.03 4.46 -
YUV 67.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 168 18 55 0 0.89 0.67 0.34 345.2 0.81 0.36
Hex A8 12 37 0 59 43 22 159 51 24
Octal 250 22 67 0 131 103 42 531 121 44
Binary 10101000 10010 110111 0 1011001 1000011 100010 101011001 1010001 100100

Color Harmonies of #A81237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81237

Black with #A81237

Text Example


Text Example

White with #A81237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81237; }

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

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

background-color css

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

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

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

border-color css

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

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

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