Html Css Color HEX #A8132E Cardinal

📋 copy color: '#A8132E'

red 168 ◦ green 19 ◦ blue 46

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

Shades of Cardinal #A8132E

Tints of Cardinal #A8132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 72.1%
G = 8.15%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8132E (or 0xA8132E) is known color: Cardinal. HEX triplet: A8, 13 and 2E. RGB value is (168,19,46). Sum of RGB (Red+Green+Blue) = 168+19+46=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8132E is #57ECD1. Grayscale: #424242. Windows color (decimal): -5762258 or 3019688. OLE color: 3019688.

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

Color convert

RGB 168 19 46 -
CMYK 0 0.89 0.73 0.34
HSL 349.13º 0.8% 0.37% -
HSV(B) 349.13º 0.89% 0.66% -
XYZ 16.87 8.99 3.43 -
YUV 66.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 168 19 46 0 0.89 0.73 0.34 349.13 0.8 0.37
Hex A8 13 2E 0 59 49 22 15D 50 25
Octal 250 23 56 0 131 111 42 535 120 45
Binary 10101000 10011 101110 0 1011001 1001001 100010 101011101 1010000 100101

Color Harmonies of #A8132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8132E

Black with #A8132E

Text Example


Text Example

White with #A8132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8132E; }

 p { color: rgb(168,19,46); }

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

background-color css

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

 a { background-color: rgb(168,19,46); }

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

border-color css

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

 span { border-color: rgb(168,19,46); }

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