Html Css Color HEX #C03D01 Rust

📋 copy color: '#C03D01'

red 192 ◦ green 61 ◦ blue 1

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

Shades of Rust #C03D01

Tints of Rust #C03D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 75.59%
G = 24.02%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03D01 (or 0xC03D01) is known color: Rust. HEX triplet: C0, 3D and 01. RGB value is (192,61,1). Sum of RGB (Red+Green+Blue) = 192+61+1=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D01 is #3FC2FE. Grayscale: #5D5D5D. Windows color (decimal): -4178687 or 81344. OLE color: 81344.

HSL color Cylindrical-coordinate representation of color #C03D01: hue angle of 18.85º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03D01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 1 -
CMYK 0 0.68 0.99 0.25
HSL 18.85º 0.99% 0.38% -
HSV(B) 18.85º 0.99% 0.75% -
XYZ 23.41 14.55 1.6 -
YUV 93.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 192 61 1 0 0.68 0.99 0.25 18.85 0.99 0.38
Hex C0 3D 1 0 44 63 19 13 63 26
Octal 300 75 1 0 104 143 31 23 143 46
Binary 11000000 111101 1 0 1000100 1100011 11001 10011 1100011 100110

Color Harmonies of #C03D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D01

Black with #C03D01

Text Example


Text Example

White with #C03D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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