Html Css Color HEX #A8152E Cardinal

📋 copy color: '#A8152E'

red 168 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #A8152E

Tints of Cardinal #A8152E

RGB

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

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

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

R = 71.49%
G = 8.94%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8152E (or 0xA8152E) is known color: Cardinal. HEX triplet: A8, 15 and 2E. RGB value is (168,21,46). Sum of RGB (Red+Green+Blue) = 168+21+46=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8152E is #57EAD1. Grayscale: #434343. Windows color (decimal): -5761746 or 3020200. OLE color: 3020200.

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

Color convert

RGB 168 21 46 -
CMYK 0 0.88 0.73 0.34
HSL 349.8º 0.78% 0.37% -
HSV(B) 349.8º 0.88% 0.66% -
XYZ 16.91 9.06 3.44 -
YUV 67.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 168 21 46 0 0.88 0.73 0.34 349.8 0.78 0.37
Hex A8 15 2E 0 58 49 22 15E 4E 25
Octal 250 25 56 0 130 111 42 536 116 45
Binary 10101000 10101 101110 0 1011000 1001001 100010 101011110 1001110 100101

Color Harmonies of #A8152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8152E

Black with #A8152E

Text Example


Text Example

White with #A8152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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