Html Css Color HEX #C03801 Rust

📋 copy color: '#C03801'

red 192 ◦ green 56 ◦ blue 1

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

Shades of Rust #C03801

Tints of Rust #C03801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 77.11%
G = 22.49%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03801 (or 0xC03801) is known color: Rust. HEX triplet: C0, 38 and 01. RGB value is (192,56,1). Sum of RGB (Red+Green+Blue) = 192+56+1=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C03801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03801 is #3FC7FE. Grayscale: #5A5A5A. Windows color (decimal): -4179967 or 80064. OLE color: 80064.

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

Color convert

RGB 192 56 1 -
CMYK 0 0.71 0.99 0.25
HSL 17.28º 0.99% 0.38% -
HSV(B) 17.28º 0.99% 0.75% -
XYZ 23.16 14.04 1.52 -
YUV 90.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 192 56 1 0 0.71 0.99 0.25 17.28 0.99 0.38
Hex C0 38 1 0 47 63 19 11 63 26
Octal 300 70 1 0 107 143 31 21 143 46
Binary 11000000 111000 1 0 1000111 1100011 11001 10001 1100011 100110

Color Harmonies of #C03801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03801

Black with #C03801

Text Example


Text Example

White with #C03801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03801; }

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

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

background-color css

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

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

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

border-color css

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

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

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