#C3462B

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

Shades of Trinidad #C3462B

Tints of Trinidad #C3462B

Color information

#C3462B (or 0xC3462B) is unknown color: approx Trinidad. HEX triplet: C3, 46 and 2B. RGB value is (195,70,43). Sum of RGB (Red+Green+Blue) = 195+70+43=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3462B is #3CB9D4. Grayscale: #686868. Windows color (decimal): -3979733 or 2836163. OLE color: 2836163.

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

Color convert

RGB1957043-
CMYK00.640.780.24
HSL10.66º63.87%46.67%-
HSV(B)10.66º77.95%76.47%-
XYZ25.1316.164.08-
YUV104.393.41192.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.31%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=63.31%
G=22.73%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195704300.640.780.2410.6663.8746.67
HexC3462B0404E18b402f
Octal303106530100116301310057
Binary1100001110001101010110100000010011101100010111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3462B; }

 p { color: rgb(195,70,43); }

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

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

 a { background-color: rgb(195,70,43); }

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

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

 span { border-color: rgb(195,70,43); }

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