Html Css Color HEX #C04410 Rust

📋 copy color: '#C04410'

red 192 ◦ green 68 ◦ blue 16

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

Shades of Rust #C04410

Tints of Rust #C04410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 69.57%
G = 24.64%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C04410 (or 0xC04410) is known color: Rust. HEX triplet: C0, 44 and 10. RGB value is (192,68,16). Sum of RGB (Red+Green+Blue) = 192+68+16=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04410 is #3FBBEF. Grayscale: #636363. Windows color (decimal): -4176880 or 1066176. OLE color: 1066176.

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

Color convert

RGB 192 68 16 -
CMYK 0 0.65 0.92 0.25
HSL 17.73º 0.85% 0.41% -
HSV(B) 17.73º 0.92% 0.75% -
XYZ 23.9 15.38 2.2 -
YUV 99.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 192 68 16 0 0.65 0.92 0.25 17.73 0.85 0.41
Hex C0 44 10 0 41 5C 19 12 55 29
Octal 300 104 20 0 101 134 31 22 125 51
Binary 11000000 1000100 10000 0 1000001 1011100 11001 10010 1010101 101001

Color Harmonies of #C04410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04410

Black with #C04410

Text Example


Text Example

White with #C04410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04410; }

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

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

background-color css

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

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

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

border-color css

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

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

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