#C70B4C

Color #C70B4C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C70B4C

Tints of Cardinal #C70B4C

Color information

#C70B4C (or 0xC70B4C) is unknown color: approx Cardinal. HEX triplet: C7, 0B and 4C. RGB value is (199,11,76). Sum of RGB (Red+Green+Blue) = 199+11+76=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B4C is #38F4B3. Grayscale: #4A4A4A. Windows color (decimal): -3732660 or 4983751. OLE color: 4983751.

HSL color Cylindrical-coordinate representation of color #C70B4C: hue angle of 339.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B4C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1991176-
CMYK00.940.620.22
HSL339.26º89.52%41.18%-
HSV(B)339.26º94.47%78.04%-
XYZ24.9812.98.01-
YUV74.62128.78216.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.58%
GREEN value IS 11 (4.69% from 255) = 3.85%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=69.58%
G=3.85%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199117600.940.620.22339.2689.5241.18
HexC7B4C05E3E161535a29
Octal307131140136762652313251
Binary110001111011100110001011110111110101101010100111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70B4C; }

 p { color: rgb(199,11,76); }

 H1.HeaderClassName
 {
   color: #C70B4C;
 }
 .AnyTagClassName
 {
   color: #C70B4C;
 }
</style>
background-color css

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

 a { background-color: rgb(199,11,76); }

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

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

 span { border-color: rgb(199,11,76); }

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