Html Css Color HEX #A81138 Cardinal

📋 copy color: '#A81138'

red 168 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #A81138

Tints of Cardinal #A81138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.05%

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

R = 69.71%
G = 7.05%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A81138 (or 0xA81138) is known color: Cardinal. HEX triplet: A8, 11 and 38. RGB value is (168,17,56). Sum of RGB (Red+Green+Blue) = 168+17+56=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A81138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81138 is #57EEC7. Grayscale: #424242. Windows color (decimal): -5762760 or 3674536. OLE color: 3674536.

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

Color convert

RGB 168 17 56 -
CMYK 0 0.90 0.67 0.34
HSL 344.5º 0.82% 0.36% -
HSV(B) 344.5º 0.9% 0.66% -
XYZ 17.06 9.01 4.58 -
YUV 66.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 168 17 56 0 0.90 0.67 0.34 344.5 0.82 0.36
Hex A8 11 38 0 5A 43 22 159 52 24
Octal 250 21 70 0 132 103 42 531 122 44
Binary 10101000 10001 111000 0 1011010 1000011 100010 101011001 1010010 100100

Color Harmonies of #A81138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81138

Black with #A81138

Text Example


Text Example

White with #A81138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81138; }

 p { color: rgb(168,17,56); }

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

background-color css

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

 a { background-color: rgb(168,17,56); }

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

border-color css

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

 span { border-color: rgb(168,17,56); }

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