Html Css Color HEX #A8183F Cardinal

📋 copy color: '#A8183F'

red 168 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #A8183F

Tints of Cardinal #A8183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 65.88%
G = 9.41%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8183F (or 0xA8183F) is known color: Cardinal. HEX triplet: A8, 18 and 3F. RGB value is (168,24,63). Sum of RGB (Red+Green+Blue) = 168+24+63=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A8183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8183F is #57E7C0. Grayscale: #474747. Windows color (decimal): -5760961 or 4135080. OLE color: 4135080.

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

Color convert

RGB 168 24 63 -
CMYK 0 0.86 0.63 0.34
HSL 343.75º 0.75% 0.38% -
HSV(B) 343.75º 0.86% 0.66% -
XYZ 17.37 9.34 5.59 -
YUV 71.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 168 24 63 0 0.86 0.63 0.34 343.75 0.75 0.38
Hex A8 18 3F 0 56 3F 22 158 4B 26
Octal 250 30 77 0 126 77 42 530 113 46
Binary 10101000 11000 111111 0 1010110 111111 100010 101011000 1001011 100110

Color Harmonies of #A8183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8183F

Black with #A8183F

Text Example


Text Example

White with #A8183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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