Html Css Color HEX #C03D00 Rust

📋 copy color: '#C03D00'

red 192 ◦ green 61 ◦ blue 0

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

Shades of Rust #C03D00

Tints of Rust #C03D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

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

R = 75.89%
G = 24.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C03D00 (or 0xC03D00) is known color: Rust. HEX triplet: C0, 3D and 00. RGB value is (192,61,0). Sum of RGB (Red+Green+Blue) = 192+61+0=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D00 is #3FC2FF. Grayscale: #5D5D5D. Windows color (decimal): -4178688 or 15808. OLE color: 15808.

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

Color convert

RGB 192 61 0 -
CMYK 0 0.68 1 0.25
HSL 19.06º 1% 0.38% -
HSV(B) 19.06º 1% 0.75% -
XYZ 23.41 14.54 1.57 -
YUV 93.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 192 61 0 0 0.68 1 0.25 19.06 1 0.38
Hex C0 3D 0 0 44 64 19 13 64 26
Octal 300 75 0 0 104 144 31 23 144 46
Binary 11000000 111101 0 0 1000100 1100100 11001 10011 1100100 100110

Color Harmonies of #C03D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D00

Black with #C03D00

Text Example


Text Example

White with #C03D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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