Html Css Color HEX #C04200 Rust

📋 copy color: '#C04200'

red 192 ◦ green 66 ◦ blue 0

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

Shades of Rust #C04200

Tints of Rust #C04200

RGB

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

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

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

R = 74.42%
G = 25.58%
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

#C04200 (or 0xC04200) is known color: Rust. HEX triplet: C0, 42 and 00. RGB value is (192,66,0). Sum of RGB (Red+Green+Blue) = 192+66+0=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C04200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04200 is #3FBDFF. Grayscale: #606060. Windows color (decimal): -4177408 or 17088. OLE color: 17088.

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

Color convert

RGB 192 66 0 -
CMYK 0 0.66 1 0.25
HSL 20.63º 1% 0.38% -
HSV(B) 20.63º 1% 0.75% -
XYZ 23.69 15.1 1.67 -
YUV 96.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 192 66 0 0 0.66 1 0.25 20.63 1 0.38
Hex C0 42 0 0 42 64 19 15 64 26
Octal 300 102 0 0 102 144 31 25 144 46
Binary 11000000 1000010 0 0 1000010 1100100 11001 10101 1100100 100110

Color Harmonies of #C04200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04200

Black with #C04200

Text Example


Text Example

White with #C04200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04200; }

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

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

background-color css

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

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

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

border-color css

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

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

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