#C3512D

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

Shades of Trinidad #C3512D

Tints of Trinidad #C3512D

Color information

#C3512D (or 0xC3512D) is unknown color: approx Trinidad. HEX triplet: C3, 51 and 2D. RGB value is (195,81,45). Sum of RGB (Red+Green+Blue) = 195+81+45=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3512D is #3CAED2. Grayscale: #6F6F6F. Windows color (decimal): -3976915 or 2970051. OLE color: 2970051.

HSL color Cylindrical-coordinate representation of color #C3512D: hue angle of 14.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3512D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1958145-
CMYK00.580.770.24
HSL14.4º62.5%47.06%-
HSV(B)14.4º76.92%76.47%-
XYZ25.9217.684.53-
YUV110.9890.77187.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.75%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=60.75%
G=25.23%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195814500.580.770.2414.462.547.06
HexC3512D03A4D18e3e2f
Octal3031215507211530167657
Binary11000011101000110110101110101001101110001110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3512D; }

 p { color: rgb(195,81,45); }

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

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

 a { background-color: rgb(195,81,45); }

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

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

 span { border-color: rgb(195,81,45); }

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