Html Css Color HEX #A7123C Cardinal

📋 copy color: '#A7123C'

red 167 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #A7123C

Tints of Cardinal #A7123C

RGB

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

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

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

R = 68.16%
G = 7.35%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7123C (or 0xA7123C) is known color: Cardinal. HEX triplet: A7, 12 and 3C. RGB value is (167,18,60). Sum of RGB (Red+Green+Blue) = 167+18+60=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7123C is #58EDC3. Grayscale: #434343. Windows color (decimal): -5828036 or 3936935. OLE color: 3936935.

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

Color convert

RGB 167 18 60 -
CMYK 0 0.89 0.64 0.35
HSL 343.09º 0.81% 0.36% -
HSV(B) 343.09º 0.89% 0.65% -
XYZ 16.97 8.97 5.11 -
YUV 67.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 167 18 60 0 0.89 0.64 0.35 343.09 0.81 0.36
Hex A7 12 3C 0 59 40 23 157 51 24
Octal 247 22 74 0 131 100 43 527 121 44
Binary 10100111 10010 111100 0 1011001 1000000 100011 101010111 1010001 100100

Color Harmonies of #A7123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7123C

Black with #A7123C

Text Example


Text Example

White with #A7123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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