Html Css Color HEX #A61538 Cardinal

📋 copy color: '#A61538'

red 166 ◦ green 21 ◦ blue 56

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

Shades of Cardinal #A61538

Tints of Cardinal #A61538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

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

R = 68.31%
G = 8.64%
B = 23.05%

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

#A61538 (or 0xA61538) is known color: Cardinal. HEX triplet: A6, 15 and 38. RGB value is (166,21,56). Sum of RGB (Red+Green+Blue) = 166+21+56=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A61538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61538 is #59EAC7. Grayscale: #444444. Windows color (decimal): -5892808 or 3675558. OLE color: 3675558.

HSL color Cylindrical-coordinate representation of color #A61538: hue angle of 345.52º degrees, saturation: 0.78, 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 #A61538 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 56 -
CMYK 0 0.87 0.66 0.35
HSL 345.52º 0.78% 0.37% -
HSV(B) 345.52º 0.87% 0.65% -
XYZ 16.71 8.93 4.58 -
YUV 68.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 166 21 56 0 0.87 0.66 0.35 345.52 0.78 0.37
Hex A6 15 38 0 57 42 23 15A 4E 25
Octal 246 25 70 0 127 102 43 532 116 45
Binary 10100110 10101 111000 0 1010111 1000010 100011 101011010 1001110 100101

Color Harmonies of #A61538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61538

Black with #A61538

Text Example


Text Example

White with #A61538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61538; }

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

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

background-color css

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

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

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

border-color css

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

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

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