Html Css Color HEX #A70C3C Cardinal

📋 copy color: '#A70C3C'

red 167 ◦ green 12 ◦ blue 60

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

Shades of Cardinal #A70C3C

Tints of Cardinal #A70C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

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

R = 69.87%
G = 5.02%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A70C3C (or 0xA70C3C) is known color: Cardinal. HEX triplet: A7, 0C and 3C. RGB value is (167,12,60). Sum of RGB (Red+Green+Blue) = 167+12+60=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70C3C is #58F3C3. Grayscale: #3F3F3F. Windows color (decimal): -5829572 or 3935399. OLE color: 3935399.

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

Color convert

RGB 167 12 60 -
CMYK 0 0.93 0.64 0.35
HSL 341.42º 0.87% 0.35% -
HSV(B) 341.42º 0.93% 0.65% -
XYZ 16.88 8.8 5.08 -
YUV 63.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 167 12 60 0 0.93 0.64 0.35 341.42 0.87 0.35
Hex A7 C 3C 0 5D 40 23 155 57 23
Octal 247 14 74 0 135 100 43 525 127 43
Binary 10100111 1100 111100 0 1011101 1000000 100011 101010101 1010111 100011

Color Harmonies of #A70C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C3C

Black with #A70C3C

Text Example


Text Example

White with #A70C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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