#c7452b

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

Shades of Trinidad #C7452B

Tints of Trinidad #C7452B

Color information

#C7452B (or 0xC7452B) is unknown color: approx Trinidad. HEX triplet: C7, 45 and 2B. RGB value is (199,69,43). Sum of RGB (Red+Green+Blue) = 199+69+43=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7452B is #38BAD4. Grayscale: #696969. Windows color (decimal): -3717845 or 2835911. OLE color: 2835911.

HSL color Cylindrical-coordinate representation of color #C7452B: hue angle of 10º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7452B is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1996943-
CMYK00.650.780.22
HSL10º64.46%47.45%-
HSV(B)10º78.39%78.04%-
XYZ26.1216.574.11-
YUV104.9193.07195.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=63.99%
G=22.19%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199694300.650.780.221064.4647.45
HexC7452B0414E16a402f
Octal307105530101116261210057
Binary1100011110001011010110100000110011101011010101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7452b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7452b; }

 p { color: rgb(199,69,43); }

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

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

 a { background-color: rgb(199,69,43); }

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

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

 span { border-color: rgb(199,69,43); }

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