Html Css Color HEX #C04610 Rust

📋 copy color: '#C04610'

red 192 ◦ green 70 ◦ blue 16

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

Shades of Rust #C04610

Tints of Rust #C04610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 69.06%
G = 25.18%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C04610 (or 0xC04610) is known color: Rust. HEX triplet: C0, 46 and 10. RGB value is (192,70,16). Sum of RGB (Red+Green+Blue) = 192+70+16=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C04610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04610 is #3FB9EF. Grayscale: #646464. Windows color (decimal): -4176368 or 1066688. OLE color: 1066688.

HSL color Cylindrical-coordinate representation of color #C04610: hue angle of 18.41º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04610 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 16 -
CMYK 0 0.64 0.92 0.25
HSL 18.41º 0.85% 0.41% -
HSV(B) 18.41º 0.92% 0.75% -
XYZ 24.02 15.62 2.24 -
YUV 100.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 192 70 16 0 0.64 0.92 0.25 18.41 0.85 0.41
Hex C0 46 10 0 40 5C 19 12 55 29
Octal 300 106 20 0 100 134 31 22 125 51
Binary 11000000 1000110 10000 0 1000000 1011100 11001 10010 1010101 101001

Color Harmonies of #C04610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04610

Black with #C04610

Text Example


Text Example

White with #C04610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04610; }

 p { color: rgb(192,70,16); }

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

background-color css

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

 a { background-color: rgb(192,70,16); }

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

border-color css

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

 span { border-color: rgb(192,70,16); }

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