#C70B4B

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

Shades of Cardinal #C70B4B

Tints of Cardinal #C70B4B

Color information

#C70B4B (or 0xC70B4B) is unknown color: approx Cardinal. HEX triplet: C7, 0B and 4B. RGB value is (199,11,75). Sum of RGB (Red+Green+Blue) = 199+11+75=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B4B is #38F4B4. Grayscale: #4A4A4A. Windows color (decimal): -3732661 or 4918215. OLE color: 4918215.

HSL color Cylindrical-coordinate representation of color #C70B4B: hue angle of 339.57º 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 #C70B4B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1991175-
CMYK00.940.620.22
HSL339.57º89.52%41.18%-
HSV(B)339.57º94.47%78.04%-
XYZ24.9412.897.83-
YUV74.51128.28216.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.82%
GREEN value IS 11 (4.69% from 255) = 3.86%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=69.82%
G=3.86%
B=26.32%

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
Decimal199117500.940.620.22339.5789.5241.18
HexC7B4B05E3E161545a29
Octal307131130136762652413251
Binary110001111011100101101011110111110101101010101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70B4B; }

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

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

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

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

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

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

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

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