#C0472A

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

Shades of Trinidad #C0472A

Tints of Trinidad #C0472A

Color information

#C0472A (or 0xC0472A) is unknown color: approx Trinidad. HEX triplet: C0, 47 and 2A. RGB value is (192,71,42). Sum of RGB (Red+Green+Blue) = 192+71+42=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0472A is #3FB8D5. Grayscale: #686868. Windows color (decimal): -4176086 or 2770880. OLE color: 2770880.

HSL color Cylindrical-coordinate representation of color #C0472A: hue angle of 11.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0472A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1927142-
CMYK00.630.780.25
HSL11.6º64.1%45.88%-
HSV(B)11.6º78.12%75.29%-
XYZ24.4115.883.97-
YUV103.8793.09190.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.95%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=62.95%
G=23.28%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192714200.630.780.2511.664.145.88
HexC0472A03F4E19c402e
Octal30010752077116311410056
Binary110000001000111101010011111110011101100111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0472A; }

 p { color: rgb(192,71,42); }

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

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

 a { background-color: rgb(192,71,42); }

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

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

 span { border-color: rgb(192,71,42); }

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