Html Css Color HEX #A3113B Cardinal

📋 copy color: '#A3113B'

red 163 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #A3113B

Tints of Cardinal #A3113B

RGB

 RED value IS 163 (64.06% from 255) = 68.2%

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 68.2%
G = 7.11%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3113B (or 0xA3113B) is known color: Cardinal. HEX triplet: A3, 11 and 3B. RGB value is (163,17,59). Sum of RGB (Red+Green+Blue) = 163+17+59=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A3113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3113B is #5CEEC4. Grayscale: #414141. Windows color (decimal): -6090437 or 3871139. OLE color: 3871139.

HSL color Cylindrical-coordinate representation of color #A3113B: hue angle of 342.74º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3113B is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 59 -
CMYK 0 0.90 0.64 0.36
HSL 342.74º 0.81% 0.35% -
HSV(B) 342.74º 0.9% 0.64% -
XYZ 16.09 8.5 4.93 -
YUV 65.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 163 17 59 0 0.90 0.64 0.36 342.74 0.81 0.35
Hex A3 11 3B 0 5A 40 24 157 51 23
Octal 243 21 73 0 132 100 44 527 121 43
Binary 10100011 10001 111011 0 1011010 1000000 100100 101010111 1010001 100011

Color Harmonies of #A3113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3113B

Black with #A3113B

Text Example


Text Example

White with #A3113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3113B; }

 p { color: rgb(163,17,59); }

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

background-color css

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

 a { background-color: rgb(163,17,59); }

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

border-color css

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

 span { border-color: rgb(163,17,59); }

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