Html Css Color HEX #C05415 Rust

📋 copy color: '#C05415'

red 192 ◦ green 84 ◦ blue 21

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

Shades of Rust #C05415

Tints of Rust #C05415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

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

R = 64.65%
G = 28.28%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C05415 (or 0xC05415) is known color: Rust. HEX triplet: C0, 54 and 15. RGB value is (192,84,21). Sum of RGB (Red+Green+Blue) = 192+84+21=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05415 is #3FABEA. Grayscale: #6D6D6D. Windows color (decimal): -4172779 or 1397952. OLE color: 1397952.

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

Color convert

RGB 192 84 21 -
CMYK 0 0.56 0.89 0.25
HSL 22.11º 0.8% 0.42% -
HSV(B) 22.11º 0.89% 0.75% -
XYZ 25.04 17.6 2.79 -
YUV 109.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 192 84 21 0 0.56 0.89 0.25 22.11 0.8 0.42
Hex C0 54 15 0 38 59 19 16 50 2A
Octal 300 124 25 0 70 131 31 26 120 52
Binary 11000000 1010100 10101 0 111000 1011001 11001 10110 1010000 101010

Color Harmonies of #C05415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05415

Black with #C05415

Text Example


Text Example

White with #C05415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05415; }

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

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

background-color css

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

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

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

border-color css

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

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

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