Html Css Color HEX #A7053A Cardinal

📋 copy color: '#A7053A'

red 167 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #A7053A

Tints of Cardinal #A7053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 72.61%
G = 2.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7053A (or 0xA7053A) is known color: Cardinal. HEX triplet: A7, 05 and 3A. RGB value is (167,5,58). Sum of RGB (Red+Green+Blue) = 167+5+58=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A7053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7053A is #58FAC5. Grayscale: #3B3B3B. Windows color (decimal): -5831366 or 3802535. OLE color: 3802535.

HSL color Cylindrical-coordinate representation of color #A7053A: hue angle of 340.37º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7053A is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 5 58 -
CMYK 0 0.97 0.65 0.35
HSL 340.37º 0.94% 0.34% -
HSV(B) 340.37º 0.97% 0.65% -
XYZ 16.75 8.63 4.79 -
YUV 59.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 167 5 58 0 0.97 0.65 0.35 340.37 0.94 0.34
Hex A7 5 3A 0 61 41 23 154 5E 22
Octal 247 5 72 0 141 101 43 524 136 42
Binary 10100111 101 111010 0 1100001 1000001 100011 101010100 1011110 100010

Color Harmonies of #A7053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7053A

Black with #A7053A

Text Example


Text Example

White with #A7053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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