#C1502A

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

Shades of Trinidad #C1502A

Tints of Trinidad #C1502A

Color information

#C1502A (or 0xC1502A) is unknown color: approx Trinidad. HEX triplet: C1, 50 and 2A. RGB value is (193,80,42). Sum of RGB (Red+Green+Blue) = 193+80+42=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C1502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1502A is #3EAFD5. Grayscale: #6D6D6D. Windows color (decimal): -4108246 or 2773185. OLE color: 2773185.

HSL color Cylindrical-coordinate representation of color #C1502A: hue angle of 15.1º 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 #C1502A is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1938042-
CMYK00.590.780.24
HSL15.1º64.26%46.08%-
HSV(B)15.1º78.24%75.69%-
XYZ25.2817.244.19-
YUV109.4689.94187.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=61.27%
G=25.40%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193804200.590.780.2415.164.2646.08
HexC1502A03B4E18f402e
Octal30112052073116301710056
Binary110000011010000101010011101110011101100011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1502A; }

 p { color: rgb(193,80,42); }

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

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

 a { background-color: rgb(193,80,42); }

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

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

 span { border-color: rgb(193,80,42); }

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