Html Css Color HEX #A7113C Cardinal

📋 copy color: '#A7113C'

red 167 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #A7113C

Tints of Cardinal #A7113C

RGB

 RED value IS 167 (65.63% from 255) = 68.44%

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

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

R = 68.44%
G = 6.97%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7113C (or 0xA7113C) is known color: Cardinal. HEX triplet: A7, 11 and 3C. RGB value is (167,17,60). Sum of RGB (Red+Green+Blue) = 167+17+60=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A7113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7113C is #58EEC3. Grayscale: #424242. Windows color (decimal): -5828292 or 3936679. OLE color: 3936679.

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

Color convert

RGB 167 17 60 -
CMYK 0 0.90 0.64 0.35
HSL 342.8º 0.82% 0.36% -
HSV(B) 342.8º 0.9% 0.65% -
XYZ 16.95 8.94 5.11 -
YUV 66.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 167 17 60 0 0.90 0.64 0.35 342.8 0.82 0.36
Hex A7 11 3C 0 5A 40 23 157 52 24
Octal 247 21 74 0 132 100 43 527 122 44
Binary 10100111 10001 111100 0 1011010 1000000 100011 101010111 1010010 100100

Color Harmonies of #A7113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7113C

Black with #A7113C

Text Example


Text Example

White with #A7113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7113C; }

 p { color: rgb(167,17,60); }

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

background-color css

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

 a { background-color: rgb(167,17,60); }

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

border-color css

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

 span { border-color: rgb(167,17,60); }

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