Html Css Color HEX #C04210 Rust

📋 copy color: '#C04210'

red 192 ◦ green 66 ◦ blue 16

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

Shades of Rust #C04210

Tints of Rust #C04210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 70.07%
G = 24.09%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C04210 (or 0xC04210) is known color: Rust. HEX triplet: C0, 42 and 10. RGB value is (192,66,16). Sum of RGB (Red+Green+Blue) = 192+66+16=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C04210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04210 is #3FBDEF. Grayscale: #626262. Windows color (decimal): -4177392 or 1065664. OLE color: 1065664.

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

Color convert

RGB 192 66 16 -
CMYK 0 0.66 0.92 0.25
HSL 17.05º 0.85% 0.41% -
HSV(B) 17.05º 0.92% 0.75% -
XYZ 23.78 15.14 2.16 -
YUV 97.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 192 66 16 0 0.66 0.92 0.25 17.05 0.85 0.41
Hex C0 42 10 0 42 5C 19 11 55 29
Octal 300 102 20 0 102 134 31 21 125 51
Binary 11000000 1000010 10000 0 1000010 1011100 11001 10001 1010101 101001

Color Harmonies of #C04210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04210

Black with #C04210

Text Example


Text Example

White with #C04210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04210; }

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

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

background-color css

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

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

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

border-color css

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

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

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