#c34930

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

Shades of Trinidad #C34930

Tints of Trinidad #C34930

Color information

#C34930 (or 0xC34930) is unknown color: approx Trinidad. HEX triplet: C3, 49 and 30. RGB value is (195,73,48). Sum of RGB (Red+Green+Blue) = 195+73+48=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C34930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34930 is #3CB6CF. Grayscale: #6A6A6A. Windows color (decimal): -3978960 or 3164611. OLE color: 3164611.

HSL color Cylindrical-coordinate representation of color #C34930: hue angle of 10.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C34930 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1957348-
CMYK00.630.750.24
HSL10.2º60.49%47.65%-
HSV(B)10.2º75.38%76.47%-
XYZ25.4216.584.66-
YUV106.6394.92191.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.71%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=61.71%
G=23.10%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195734800.630.750.2410.260.4947.65
HexC3493003F4B18a3c30
Octal3031116007711330127460
Binary11000011100100111000001111111001011110001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34930; }

 p { color: rgb(195,73,48); }

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

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

 a { background-color: rgb(195,73,48); }

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

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

 span { border-color: rgb(195,73,48); }

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