#c1512b

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

Shades of Trinidad #C1512B

Tints of Trinidad #C1512B

Color information

#C1512B (or 0xC1512B) is unknown color: approx Trinidad. HEX triplet: C1, 51 and 2B. RGB value is (193,81,43). Sum of RGB (Red+Green+Blue) = 193+81+43=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1512B is #3EAED4. Grayscale: #6E6E6E. Windows color (decimal): -4107989 or 2838977. OLE color: 2838977.

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

Color convert

RGB1938143-
CMYK00.580.780.24
HSL15.2º63.56%46.27%-
HSV(B)15.2º77.72%75.69%-
XYZ25.3717.44.31-
YUV110.1690.11187.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.88%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=60.88%
G=25.55%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193814300.580.780.2415.263.5646.27
HexC1512B03A4E18f402e
Octal30112153072116301710056
Binary110000011010001101011011101010011101100011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1512b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1512b; }

 p { color: rgb(193,81,43); }

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

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

 a { background-color: rgb(193,81,43); }

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

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

 span { border-color: rgb(193,81,43); }

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