Html Css Color HEX #A8133C Cardinal

📋 copy color: '#A8133C'

red 168 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #A8133C

Tints of Cardinal #A8133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 68.02%
G = 7.69%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8133C (or 0xA8133C) is known color: Cardinal. HEX triplet: A8, 13 and 3C. RGB value is (168,19,60). Sum of RGB (Red+Green+Blue) = 168+19+60=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8133C is #57ECC3. Grayscale: #444444. Windows color (decimal): -5762244 or 3937192. OLE color: 3937192.

HSL color Cylindrical-coordinate representation of color #A8133C: hue angle of 343.49º 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 #A8133C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 60 -
CMYK 0 0.89 0.64 0.34
HSL 343.49º 0.8% 0.37% -
HSV(B) 343.49º 0.89% 0.66% -
XYZ 17.2 9.12 5.13 -
YUV 68.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 168 19 60 0 0.89 0.64 0.34 343.49 0.8 0.37
Hex A8 13 3C 0 59 40 22 157 50 25
Octal 250 23 74 0 131 100 42 527 120 45
Binary 10101000 10011 111100 0 1011001 1000000 100010 101010111 1010000 100101

Color Harmonies of #A8133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8133C

Black with #A8133C

Text Example


Text Example

White with #A8133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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