Html Css Color HEX #C04100 Rust

📋 copy color: '#C04100'

red 192 ◦ green 65 ◦ blue 0

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

Shades of Rust #C04100

Tints of Rust #C04100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.71%
G = 25.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C04100 (or 0xC04100) is known color: Rust. HEX triplet: C0, 41 and 00. RGB value is (192,65,0). Sum of RGB (Red+Green+Blue) = 192+65+0=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C04100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04100 is #3FBEFF. Grayscale: #5F5F5F. Windows color (decimal): -4177664 or 16832. OLE color: 16832.

HSL color Cylindrical-coordinate representation of color #C04100: hue angle of 20.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 0 -
CMYK 0 0.66 1 0.25
HSL 20.31º 1% 0.38% -
HSV(B) 20.31º 1% 0.75% -
XYZ 23.63 14.99 1.65 -
YUV 95.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 192 65 0 0 0.66 1 0.25 20.31 1 0.38
Hex C0 41 0 0 42 64 19 14 64 26
Octal 300 101 0 0 102 144 31 24 144 46
Binary 11000000 1000001 0 0 1000010 1100100 11001 10100 1100100 100110

Color Harmonies of #C04100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04100

Black with #C04100

Text Example


Text Example

White with #C04100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04100; }

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

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

background-color css

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

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

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

border-color css

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

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

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