Html Css Color HEX #C04D15 Rust

📋 copy color: '#C04D15'

red 192 ◦ green 77 ◦ blue 21

#C04D15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #C04D15

Tints of Rust #C04D15

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 21 (8.59% from 255) = 7.24%

R = 66.21%
G = 26.55%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04D15 (or 0xC04D15) is known color: Rust. HEX triplet: C0, 4D and 15. RGB value is (192,77,21). Sum of RGB (Red+Green+Blue) = 192+77+21=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D15 is #3FB2EA. Grayscale: #696969. Windows color (decimal): -4174571 or 1396160. OLE color: 1396160.

HSL color Cylindrical-coordinate representation of color #C04D15: hue angle of 19.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04D15 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 21 -
CMYK 0 0.60 0.89 0.25
HSL 19.65º 0.8% 0.42% -
HSV(B) 19.65º 0.89% 0.75% -
XYZ 24.53 16.57 2.61 -
YUV 105 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 192 77 21 0 0.60 0.89 0.25 19.65 0.8 0.42
Hex C0 4D 15 0 3C 59 19 14 50 2A
Octal 300 115 25 0 74 131 31 24 120 52
Binary 11000000 1001101 10101 0 111100 1011001 11001 10100 1010000 101010

Color Harmonies of #C04D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D15

Black with #C04D15

Text Example


Text Example

White with #C04D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D15; }

 p { color: rgb(192,77,21); }

 H1.HeaderClassName
 {
   color: #C04D15;
 }
 .AnyTagClassName
 {
   color: #C04D15;
 }
</style>

background-color css

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

 a { background-color: rgb(192,77,21); }

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

border-color css

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

 span { border-color: rgb(192,77,21); }

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