Html Css Color HEX #C04000 Rust

📋 copy color: '#C04000'

red 192 ◦ green 64 ◦ blue 0

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

Shades of Rust #C04000

Tints of Rust #C04000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C04000 (or 0xC04000) is known color: Rust. HEX triplet: C0, 40 and 00. RGB value is (192,64,0). Sum of RGB (Red+Green+Blue) = 192+64+0=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C04000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04000 is #3FBFFF. Grayscale: #5F5F5F. Windows color (decimal): -4177920 or 16576. OLE color: 16576.

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

Color convert

RGB 192 64 0 -
CMYK 0 0.67 1 0.25
HSL 20º 1% 0.38% -
HSV(B) 20º 1% 0.75% -
XYZ 23.57 14.87 1.63 -
YUV 94.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 192 64 0 0 0.67 1 0.25 20 1 0.38
Hex C0 40 0 0 43 64 19 14 64 26
Octal 300 100 0 0 103 144 31 24 144 46
Binary 11000000 1000000 0 0 1000011 1100100 11001 10100 1100100 100110

Color Harmonies of #C04000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04000

Black with #C04000

Text Example


Text Example

White with #C04000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04000; }

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

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

background-color css

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

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

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

border-color css

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

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

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