#C1482B

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

Shades of Trinidad #C1482B

Tints of Trinidad #C1482B

Color information

#C1482B (or 0xC1482B) is unknown color: approx Trinidad. HEX triplet: C1, 48 and 2B. RGB value is (193,72,43). Sum of RGB (Red+Green+Blue) = 193+72+43=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1482B is #3EB7D4. Grayscale: #696969. Windows color (decimal): -4110293 or 2836673. OLE color: 2836673.

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

Color convert

RGB1937243-
CMYK00.630.780.24
HSL11.6º63.56%46.27%-
HSV(B)11.6º77.72%75.69%-
XYZ24.7516.154.1-
YUV104.8793.09190.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=62.66%
G=23.38%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193724300.630.780.2411.663.5646.27
HexC1482B03F4E18c402e
Octal30111053077116301410056
Binary110000011001000101011011111110011101100011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1482B; }

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

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

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

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

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

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

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

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