Html Css Color HEX #A7153C Cardinal

📋 copy color: '#A7153C'

red 167 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #A7153C

Tints of Cardinal #A7153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 67.34%
G = 8.47%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7153C (or 0xA7153C) is known color: Cardinal. HEX triplet: A7, 15 and 3C. RGB value is (167,21,60). Sum of RGB (Red+Green+Blue) = 167+21+60=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A7153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7153C is #58EAC3. Grayscale: #454545. Windows color (decimal): -5827268 or 3937703. OLE color: 3937703.

HSL color Cylindrical-coordinate representation of color #A7153C: hue angle of 343.97º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7153C is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 21 60 -
CMYK 0 0.87 0.64 0.35
HSL 343.97º 0.78% 0.37% -
HSV(B) 343.97º 0.87% 0.65% -
XYZ 17.02 9.08 5.13 -
YUV 69.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 167 21 60 0 0.87 0.64 0.35 343.97 0.78 0.37
Hex A7 15 3C 0 57 40 23 158 4E 25
Octal 247 25 74 0 127 100 43 530 116 45
Binary 10100111 10101 111100 0 1010111 1000000 100011 101011000 1001110 100101

Color Harmonies of #A7153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7153C

Black with #A7153C

Text Example


Text Example

White with #A7153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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