Html Css Color HEX #C03901 Rust

📋 copy color: '#C03901'

red 192 ◦ green 57 ◦ blue 1

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

Shades of Rust #C03901

Tints of Rust #C03901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 76.8%
G = 22.8%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03901 (or 0xC03901) is known color: Rust. HEX triplet: C0, 39 and 01. RGB value is (192,57,1). Sum of RGB (Red+Green+Blue) = 192+57+1=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C03901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03901 is #3FC6FE. Grayscale: #5B5B5B. Windows color (decimal): -4179711 or 80320. OLE color: 80320.

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

Color convert

RGB 192 57 1 -
CMYK 0 0.70 0.99 0.25
HSL 17.59º 0.99% 0.38% -
HSV(B) 17.59º 0.99% 0.75% -
XYZ 23.21 14.13 1.53 -
YUV 90.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 192 57 1 0 0.70 0.99 0.25 17.59 0.99 0.38
Hex C0 39 1 0 46 63 19 12 63 26
Octal 300 71 1 0 106 143 31 22 143 46
Binary 11000000 111001 1 0 1000110 1100011 11001 10010 1100011 100110

Color Harmonies of #C03901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03901

Black with #C03901

Text Example


Text Example

White with #C03901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03901; }

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

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

background-color css

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

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

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

border-color css

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

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

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