Html Css Color HEX #C04115 Rust

📋 copy color: '#C04115'

red 192 ◦ green 65 ◦ blue 21

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

Shades of Rust #C04115

Tints of Rust #C04115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 69.06%
G = 23.38%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04115 (or 0xC04115) is known color: Rust. HEX triplet: C0, 41 and 15. RGB value is (192,65,21). Sum of RGB (Red+Green+Blue) = 192+65+21=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C04115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04115 is #3FBEEA. Grayscale: #626262. Windows color (decimal): -4177643 or 1393088. OLE color: 1393088.

HSL color Cylindrical-coordinate representation of color #C04115: hue angle of 15.44º 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 #C04115 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 21 -
CMYK 0 0.66 0.89 0.25
HSL 15.44º 0.8% 0.42% -
HSV(B) 15.44º 0.89% 0.75% -
XYZ 23.76 15.04 2.36 -
YUV 97.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 192 65 21 0 0.66 0.89 0.25 15.44 0.8 0.42
Hex C0 41 15 0 42 59 19 F 50 2A
Octal 300 101 25 0 102 131 31 17 120 52
Binary 11000000 1000001 10101 0 1000010 1011001 11001 1111 1010000 101010

Color Harmonies of #C04115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04115

Black with #C04115

Text Example


Text Example

White with #C04115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04115; }

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

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

background-color css

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

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

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

border-color css

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

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

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