Html Css Color HEX #A7123E Cardinal

📋 copy color: '#A7123E'

red 167 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #A7123E

Tints of Cardinal #A7123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

 BLUE value IS 62 (24.61% from 255) = 25.1%

R = 67.61%
G = 7.29%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7123E (or 0xA7123E) is known color: Cardinal. HEX triplet: A7, 12 and 3E. RGB value is (167,18,62). Sum of RGB (Red+Green+Blue) = 167+18+62=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7123E is #58EDC1. Grayscale: #434343. Windows color (decimal): -5828034 or 4068007. OLE color: 4068007.

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

Color convert

RGB 167 18 62 -
CMYK 0 0.89 0.63 0.35
HSL 342.28º 0.81% 0.36% -
HSV(B) 342.28º 0.89% 0.65% -
XYZ 17.02 9 5.4 -
YUV 67.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 167 18 62 0 0.89 0.63 0.35 342.28 0.81 0.36
Hex A7 12 3E 0 59 3F 23 156 51 24
Octal 247 22 76 0 131 77 43 526 121 44
Binary 10100111 10010 111110 0 1011001 111111 100011 101010110 1010001 100100

Color Harmonies of #A7123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7123E

Black with #A7123E

Text Example


Text Example

White with #A7123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7123E; }

 p { color: rgb(167,18,62); }

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

background-color css

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

 a { background-color: rgb(167,18,62); }

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

border-color css

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

 span { border-color: rgb(167,18,62); }

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