Html Css Color HEX #A8183C Cardinal

📋 copy color: '#A8183C'

red 168 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #A8183C

Tints of Cardinal #A8183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 66.67%
G = 9.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8183C (or 0xA8183C) is known color: Cardinal. HEX triplet: A8, 18 and 3C. RGB value is (168,24,60). Sum of RGB (Red+Green+Blue) = 168+24+60=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8183C is #57E7C3. Grayscale: #474747. Windows color (decimal): -5760964 or 3938472. OLE color: 3938472.

HSL color Cylindrical-coordinate representation of color #A8183C: hue angle of 345º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8183C is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 60 -
CMYK 0 0.86 0.64 0.34
HSL 345º 0.75% 0.38% -
HSV(B) 345º 0.86% 0.66% -
XYZ 17.29 9.3 5.16 -
YUV 71.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 168 24 60 0 0.86 0.64 0.34 345 0.75 0.38
Hex A8 18 3C 0 56 40 22 159 4B 26
Octal 250 30 74 0 126 100 42 531 113 46
Binary 10101000 11000 111100 0 1010110 1000000 100010 101011001 1001011 100110

Color Harmonies of #A8183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8183C

Black with #A8183C

Text Example


Text Example

White with #A8183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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