Html Css Color HEX #C03501 Rust

📋 copy color: '#C03501'

red 192 ◦ green 53 ◦ blue 1

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

Shades of Rust #C03501

Tints of Rust #C03501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 78.05%
G = 21.54%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03501 (or 0xC03501) is known color: Rust. HEX triplet: C0, 35 and 01. RGB value is (192,53,1). Sum of RGB (Red+Green+Blue) = 192+53+1=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C03501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03501 is #3FCAFE. Grayscale: #585858. Windows color (decimal): -4180735 or 79296. OLE color: 79296.

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

Color convert

RGB 192 53 1 -
CMYK 0 0.72 0.99 0.25
HSL 16.34º 0.99% 0.38% -
HSV(B) 16.34º 0.99% 0.75% -
XYZ 23.02 13.75 1.47 -
YUV 88.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 192 53 1 0 0.72 0.99 0.25 16.34 0.99 0.38
Hex C0 35 1 0 48 63 19 10 63 26
Octal 300 65 1 0 110 143 31 20 143 46
Binary 11000000 110101 1 0 1001000 1100011 11001 10000 1100011 100110

Color Harmonies of #C03501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03501

Black with #C03501

Text Example


Text Example

White with #C03501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03501; }

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

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

background-color css

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

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

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

border-color css

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

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

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