Html Css Color HEX #C03602 Rust

📋 copy color: '#C03602'

red 192 ◦ green 54 ◦ blue 2

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

Shades of Rust #C03602

Tints of Rust #C03602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 77.42%
G = 21.77%
B = 0.81%

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

#C03602 (or 0xC03602) is known color: Rust. HEX triplet: C0, 36 and 02. RGB value is (192,54,2). Sum of RGB (Red+Green+Blue) = 192+54+2=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03602 is #3FC9FD. Grayscale: #595959. Windows color (decimal): -4180478 or 145088. OLE color: 145088.

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

Color convert

RGB 192 54 2 -
CMYK 0 0.72 0.99 0.25
HSL 16.42º 0.98% 0.38% -
HSV(B) 16.42º 0.99% 0.75% -
XYZ 23.07 13.85 1.51 -
YUV 89.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 192 54 2 0 0.72 0.99 0.25 16.42 0.98 0.38
Hex C0 36 2 0 48 63 19 10 62 26
Octal 300 66 2 0 110 143 31 20 142 46
Binary 11000000 110110 10 0 1001000 1100011 11001 10000 1100010 100110

Color Harmonies of #C03602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03602

Black with #C03602

Text Example


Text Example

White with #C03602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03602; }

 p { color: rgb(192,54,2); }

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

background-color css

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

 a { background-color: rgb(192,54,2); }

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

border-color css

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

 span { border-color: rgb(192,54,2); }

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