Html Css Color HEX #A7193F Cardinal

📋 copy color: '#A7193F'

red 167 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #A7193F

Tints of Cardinal #A7193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 65.49%
G = 9.8%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A7193F (or 0xA7193F) is known color: Cardinal. HEX triplet: A7, 19 and 3F. RGB value is (167,25,63). Sum of RGB (Red+Green+Blue) = 167+25+63=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A7193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7193F is #58E6C0. Grayscale: #474747. Windows color (decimal): -5826241 or 4135335. OLE color: 4135335.

HSL color Cylindrical-coordinate representation of color #A7193F: hue angle of 343.94º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7193F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 63 -
CMYK 0 0.85 0.62 0.35
HSL 343.94º 0.74% 0.38% -
HSV(B) 343.94º 0.85% 0.65% -
XYZ 17.18 9.27 5.59 -
YUV 71.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 167 25 63 0 0.85 0.62 0.35 343.94 0.74 0.38
Hex A7 19 3F 0 55 3E 23 158 4A 26
Octal 247 31 77 0 125 76 43 530 112 46
Binary 10100111 11001 111111 0 1010101 111110 100011 101011000 1001010 100110

Color Harmonies of #A7193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7193F

Black with #A7193F

Text Example


Text Example

White with #A7193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7193F; }

 p { color: rgb(167,25,63); }

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

background-color css

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

 a { background-color: rgb(167,25,63); }

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

border-color css

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

 span { border-color: rgb(167,25,63); }

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