Html Css Color HEX #C03504 Rust

📋 copy color: '#C03504'

red 192 ◦ green 53 ◦ blue 4

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

Shades of Rust #C03504

Tints of Rust #C03504

RGB

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

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

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

R = 77.11%
G = 21.29%
B = 1.61%

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

#C03504 (or 0xC03504) is known color: Rust. HEX triplet: C0, 35 and 04. RGB value is (192,53,4). Sum of RGB (Red+Green+Blue) = 192+53+4=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C03504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03504 is #3FCAFB. Grayscale: #595959. Windows color (decimal): -4180732 or 275904. OLE color: 275904.

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

Color convert

RGB 192 53 4 -
CMYK 0 0.72 0.98 0.25
HSL 15.64º 0.96% 0.38% -
HSV(B) 15.64º 0.98% 0.75% -
XYZ 23.03 13.76 1.56 -
YUV 88.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 192 53 4 0 0.72 0.98 0.25 15.64 0.96 0.38
Hex C0 35 4 0 48 62 19 10 60 26
Octal 300 65 4 0 110 142 31 20 140 46
Binary 11000000 110101 100 0 1001000 1100010 11001 10000 1100000 100110

Color Harmonies of #C03504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03504

Black with #C03504

Text Example


Text Example

White with #C03504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03504; }

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

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

background-color css

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

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

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

border-color css

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

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

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