Html Css Color HEX #A61638 Cardinal

📋 copy color: '#A61638'

red 166 ◦ green 22 ◦ blue 56

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

Shades of Cardinal #A61638

Tints of Cardinal #A61638

RGB

 RED value IS 166 (65.23% from 255) = 68.03%

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 68.03%
G = 9.02%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A61638 (or 0xA61638) is known color: Cardinal. HEX triplet: A6, 16 and 38. RGB value is (166,22,56). Sum of RGB (Red+Green+Blue) = 166+22+56=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A61638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61638 is #59E9C7. Grayscale: #444444. Windows color (decimal): -5892552 or 3675814. OLE color: 3675814.

HSL color Cylindrical-coordinate representation of color #A61638: hue angle of 345.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61638 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 56 -
CMYK 0 0.87 0.66 0.35
HSL 345.83º 0.77% 0.37% -
HSV(B) 345.83º 0.87% 0.65% -
XYZ 16.73 8.97 4.59 -
YUV 68.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 166 22 56 0 0.87 0.66 0.35 345.83 0.77 0.37
Hex A6 16 38 0 57 42 23 15A 4D 25
Octal 246 26 70 0 127 102 43 532 115 45
Binary 10100110 10110 111000 0 1010111 1000010 100011 101011010 1001101 100101

Color Harmonies of #A61638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61638

Black with #A61638

Text Example


Text Example

White with #A61638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61638; }

 p { color: rgb(166,22,56); }

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

background-color css

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

 a { background-color: rgb(166,22,56); }

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

border-color css

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

 span { border-color: rgb(166,22,56); }

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