Html Css Color HEX #C03604 Rust

📋 copy color: '#C03604'

red 192 ◦ green 54 ◦ blue 4

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

Shades of Rust #C03604

Tints of Rust #C03604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 76.8%
G = 21.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C03604 (or 0xC03604) is known color: Rust. HEX triplet: C0, 36 and 04. RGB value is (192,54,4). Sum of RGB (Red+Green+Blue) = 192+54+4=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C03604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03604 is #3FC9FB. Grayscale: #595959. Windows color (decimal): -4180476 or 276160. OLE color: 276160.

HSL color Cylindrical-coordinate representation of color #C03604: hue angle of 15.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03604 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 4 -
CMYK 0 0.72 0.98 0.25
HSL 15.96º 0.96% 0.38% -
HSV(B) 15.96º 0.98% 0.75% -
XYZ 23.08 13.85 1.57 -
YUV 89.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 192 54 4 0 0.72 0.98 0.25 15.96 0.96 0.38
Hex C0 36 4 0 48 62 19 10 60 26
Octal 300 66 4 0 110 142 31 20 140 46
Binary 11000000 110110 100 0 1001000 1100010 11001 10000 1100000 100110

Color Harmonies of #C03604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03604

Black with #C03604

Text Example


Text Example

White with #C03604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03604; }

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

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

background-color css

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

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

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

border-color css

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

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

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