#C74B1B

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

Shades of Rust #C74B1B

Tints of Rust #C74B1B

Color information

#C74B1B (or 0xC74B1B) is unknown color: approx Rust. HEX triplet: C7, 4B and 1B. RGB value is (199,75,27). Sum of RGB (Red+Green+Blue) = 199+75+27=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B1B is #38B4E4. Grayscale: #6A6A6A. Windows color (decimal): -3716325 or 1788871. OLE color: 1788871.

HSL color Cylindrical-coordinate representation of color #C74B1B: hue angle of 16.74º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C74B1B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB1997527-
CMYK00.620.860.22
HSL16.74º76.11%44.31%-
HSV(B)16.74º86.43%78.04%-
XYZ26.2717.252.98-
YUV106.683.08193.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.11%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=66.11%
G=24.92%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199752700.620.860.2216.7476.1144.31
HexC74B1B03E5616114c2c
Octal30711333076126262111454
Binary110001111001011110110111110101011010110100011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B1B; }

 p { color: rgb(199,75,27); }

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

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

 a { background-color: rgb(199,75,27); }

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

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

 span { border-color: rgb(199,75,27); }

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