Html Css Color HEX #C03705 Rust

📋 copy color: '#C03705'

red 192 ◦ green 55 ◦ blue 5

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

Shades of Rust #C03705

Tints of Rust #C03705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 76.19%
G = 21.83%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C03705 (or 0xC03705) is known color: Rust. HEX triplet: C0, 37 and 05. RGB value is (192,55,5). Sum of RGB (Red+Green+Blue) = 192+55+5=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C03705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03705 is #3FC8FA. Grayscale: #5A5A5A. Windows color (decimal): -4180219 or 341952. OLE color: 341952.

HSL color Cylindrical-coordinate representation of color #C03705: hue angle of 16.04º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03705 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 5 -
CMYK 0 0.71 0.97 0.25
HSL 16.04º 0.95% 0.39% -
HSV(B) 16.04º 0.97% 0.75% -
XYZ 23.13 13.95 1.62 -
YUV 90.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 192 55 5 0 0.71 0.97 0.25 16.04 0.95 0.39
Hex C0 37 5 0 47 61 19 10 5F 27
Octal 300 67 5 0 107 141 31 20 137 47
Binary 11000000 110111 101 0 1000111 1100001 11001 10000 1011111 100111

Color Harmonies of #C03705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03705

Black with #C03705

Text Example


Text Example

White with #C03705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03705; }

 p { color: rgb(192,55,5); }

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

background-color css

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

 a { background-color: rgb(192,55,5); }

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

border-color css

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

 span { border-color: rgb(192,55,5); }

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