Html Css Color HEX #A8183D Cardinal

📋 copy color: '#A8183D'

red 168 ◦ green 24 ◦ blue 61

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

Shades of Cardinal #A8183D

Tints of Cardinal #A8183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 66.4%
G = 9.49%
B = 24.11%

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

#A8183D (or 0xA8183D) is known color: Cardinal. HEX triplet: A8, 18 and 3D. RGB value is (168,24,61). Sum of RGB (Red+Green+Blue) = 168+24+61=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8183D is #57E7C2. Grayscale: #474747. Windows color (decimal): -5760963 or 4004008. OLE color: 4004008.

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

Color convert

RGB 168 24 61 -
CMYK 0 0.86 0.64 0.34
HSL 344.58º 0.75% 0.38% -
HSV(B) 344.58º 0.86% 0.66% -
XYZ 17.32 9.32 5.3 -
YUV 71.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 168 24 61 0 0.86 0.64 0.34 344.58 0.75 0.38
Hex A8 18 3D 0 56 40 22 159 4B 26
Octal 250 30 75 0 126 100 42 531 113 46
Binary 10101000 11000 111101 0 1010110 1000000 100010 101011001 1001011 100110

Color Harmonies of #A8183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8183D

Black with #A8183D

Text Example


Text Example

White with #A8183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8183D; }

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

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

background-color css

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

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

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

border-color css

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

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

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