Html Css Color HEX #C03F00 Rust

📋 copy color: '#C03F00'

red 192 ◦ green 63 ◦ blue 0

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

Shades of Rust #C03F00

Tints of Rust #C03F00

RGB

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

 GREEN value IS 63 (25% from 255) = 24.71%

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

R = 75.29%
G = 24.71%
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

#C03F00 (or 0xC03F00) is known color: Rust. HEX triplet: C0, 3F and 00. RGB value is (192,63,0). Sum of RGB (Red+Green+Blue) = 192+63+0=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F00 is #3FC0FF. Grayscale: #5E5E5E. Windows color (decimal): -4178176 or 16320. OLE color: 16320.

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

Color convert

RGB 192 63 0 -
CMYK 0 0.67 1 0.25
HSL 19.69º 1% 0.38% -
HSV(B) 19.69º 1% 0.75% -
XYZ 23.52 14.76 1.61 -
YUV 94.39 74.74 197.62 -
System Red Green Blue C M Y K H S L
Decimal 192 63 0 0 0.67 1 0.25 19.69 1 0.38
Hex C0 3F 0 0 43 64 19 14 64 26
Octal 300 77 0 0 103 144 31 24 144 46
Binary 11000000 111111 0 0 1000011 1100100 11001 10100 1100100 100110

Color Harmonies of #C03F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F00

Black with #C03F00

Text Example


Text Example

White with #C03F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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