Html Css Color HEX #C03600 Rust

📋 copy color: '#C03600'

red 192 ◦ green 54 ◦ blue 0

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

Shades of Rust #C03600

Tints of Rust #C03600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 78.05%
G = 21.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C03600 (or 0xC03600) is known color: Rust. HEX triplet: C0, 36 and 00. RGB value is (192,54,0). Sum of RGB (Red+Green+Blue) = 192+54+0=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C03600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03600 is #3FC9FF. Grayscale: #595959. Windows color (decimal): -4180480 or 14016. OLE color: 14016.

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

Color convert

RGB 192 54 0 -
CMYK 0 0.72 1 0.25
HSL 16.88º 1% 0.38% -
HSV(B) 16.88º 1% 0.75% -
XYZ 23.06 13.84 1.46 -
YUV 89.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 192 54 0 0 0.72 1 0.25 16.88 1 0.38
Hex C0 36 0 0 48 64 19 11 64 26
Octal 300 66 0 0 110 144 31 21 144 46
Binary 11000000 110110 0 0 1001000 1100100 11001 10001 1100100 100110

Color Harmonies of #C03600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03600

Black with #C03600

Text Example


Text Example

White with #C03600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03600; }

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

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

background-color css

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

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

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

border-color css

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

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

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