#C3442A

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

Shades of Trinidad #C3442A

Tints of Trinidad #C3442A

Color information

#C3442A (or 0xC3442A) is unknown color: approx Trinidad. HEX triplet: C3, 44 and 2A. RGB value is (195,68,42). Sum of RGB (Red+Green+Blue) = 195+68+42=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3442A is #3CBBD5. Grayscale: #676767. Windows color (decimal): -3980246 or 2770115. OLE color: 2770115.

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

Color convert

RGB1956842-
CMYK00.650.780.24
HSL10.2º64.56%46.47%-
HSV(B)10.2º78.46%76.47%-
XYZ24.9915.93.94-
YUV103.0193.58193.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.93%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=63.93%
G=22.30%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195684200.650.780.2410.264.5646.47
HexC3442A0414E18a412e
Octal303104520101116301210156
Binary1100001110001001010100100000110011101100010101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3442A; }

 p { color: rgb(195,68,42); }

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

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

 a { background-color: rgb(195,68,42); }

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

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

 span { border-color: rgb(195,68,42); }

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