Html Css Color HEX #A7123A Cardinal

📋 copy color: '#A7123A'

red 167 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #A7123A

Tints of Cardinal #A7123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.87%

R = 68.72%
G = 7.41%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7123A (or 0xA7123A) is known color: Cardinal. HEX triplet: A7, 12 and 3A. RGB value is (167,18,58). Sum of RGB (Red+Green+Blue) = 167+18+58=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7123A is #58EDC5. Grayscale: #434343. Windows color (decimal): -5828038 or 3805863. OLE color: 3805863.

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

Color convert

RGB 167 18 58 -
CMYK 0 0.89 0.65 0.35
HSL 343.89º 0.81% 0.36% -
HSV(B) 343.89º 0.89% 0.65% -
XYZ 16.92 8.95 4.84 -
YUV 67.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 167 18 58 0 0.89 0.65 0.35 343.89 0.81 0.36
Hex A7 12 3A 0 59 41 23 158 51 24
Octal 247 22 72 0 131 101 43 530 121 44
Binary 10100111 10010 111010 0 1011001 1000001 100011 101011000 1010001 100100

Color Harmonies of #A7123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7123A

Black with #A7123A

Text Example


Text Example

White with #A7123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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