#C02730

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

Shades of Cardinal #C02730

Tints of Cardinal #C02730

Color information

#C02730 (or 0xC02730) is unknown color: approx Cardinal. HEX triplet: C0, 27 and 30. RGB value is (192,39,48). Sum of RGB (Red+Green+Blue) = 192+39+48=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02730 is #3FD8CF. Grayscale: #555555. Windows color (decimal): -4184272 or 3155904. OLE color: 3155904.

HSL color Cylindrical-coordinate representation of color #C02730: hue angle of 356.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02730 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1923948-
CMYK00.800.750.25
HSL356.47º66.23%45.29%-
HSV(B)356.47º79.69%75.29%-
XYZ2312.874.07-
YUV85.77106.69203.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=68.82%
G=13.98%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192394800.800.750.25356.4766.2345.29
HexC027300504B19164422d
Octal300476001201133154410255
Binary11000000100111110000010100001001011110011011001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02730; }

 p { color: rgb(192,39,48); }

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

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

 a { background-color: rgb(192,39,48); }

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

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

 span { border-color: rgb(192,39,48); }

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