Html Css Color HEX #C03401 Rust

📋 copy color: '#C03401'

red 192 ◦ green 52 ◦ blue 1

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

Shades of Rust #C03401

Tints of Rust #C03401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 78.37%
G = 21.22%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03401 (or 0xC03401) is known color: Rust. HEX triplet: C0, 34 and 01. RGB value is (192,52,1). Sum of RGB (Red+Green+Blue) = 192+52+1=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C03401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03401 is #3FCBFE. Grayscale: #585858. Windows color (decimal): -4180991 or 79040. OLE color: 79040.

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

Color convert

RGB 192 52 1 -
CMYK 0 0.73 0.99 0.25
HSL 16.02º 0.99% 0.38% -
HSV(B) 16.02º 0.99% 0.75% -
XYZ 22.97 13.66 1.46 -
YUV 88.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 192 52 1 0 0.73 0.99 0.25 16.02 0.99 0.38
Hex C0 34 1 0 49 63 19 10 63 26
Octal 300 64 1 0 111 143 31 20 143 46
Binary 11000000 110100 1 0 1001001 1100011 11001 10000 1100011 100110

Color Harmonies of #C03401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03401

Black with #C03401

Text Example


Text Example

White with #C03401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03401; }

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

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

background-color css

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

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

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

border-color css

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

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

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