Html Css Color HEX #C04500 Rust

📋 copy color: '#C04500'

red 192 ◦ green 69 ◦ blue 0

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

Shades of Rust #C04500

Tints of Rust #C04500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 73.56%
G = 26.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C04500 (or 0xC04500) is known color: Rust. HEX triplet: C0, 45 and 00. RGB value is (192,69,0). Sum of RGB (Red+Green+Blue) = 192+69+0=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C04500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04500 is #3FBAFF. Grayscale: #626262. Windows color (decimal): -4176640 or 17856. OLE color: 17856.

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

Color convert

RGB 192 69 0 -
CMYK 0 0.64 1 0.25
HSL 21.56º 1% 0.38% -
HSV(B) 21.56º 1% 0.75% -
XYZ 23.87 15.46 1.73 -
YUV 97.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 192 69 0 0 0.64 1 0.25 21.56 1 0.38
Hex C0 45 0 0 40 64 19 16 64 26
Octal 300 105 0 0 100 144 31 26 144 46
Binary 11000000 1000101 0 0 1000000 1100100 11001 10110 1100100 100110

Color Harmonies of #C04500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04500

Black with #C04500

Text Example


Text Example

White with #C04500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04500; }

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

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

background-color css

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

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

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

border-color css

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

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

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