Html Css Color HEX #C0491D Rust

📋 copy color: '#C0491D'

red 192 ◦ green 73 ◦ blue 29

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

Shades of Rust #C0491D

Tints of Rust #C0491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 65.31%
G = 24.83%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0491D (or 0xC0491D) is known color: Rust. HEX triplet: C0, 49 and 1D. RGB value is (192,73,29). Sum of RGB (Red+Green+Blue) = 192+73+29=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0491D is #3FB6E2. Grayscale: #676767. Windows color (decimal): -4175587 or 1919424. OLE color: 1919424.

HSL color Cylindrical-coordinate representation of color #C0491D: hue angle of 16.2º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0491D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 29 -
CMYK 0 0.62 0.85 0.25
HSL 16.2º 0.74% 0.43% -
HSV(B) 16.2º 0.85% 0.75% -
XYZ 24.34 16.06 2.98 -
YUV 103.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 192 73 29 0 0.62 0.85 0.25 16.2 0.74 0.43
Hex C0 49 1D 0 3E 55 19 10 4A 2B
Octal 300 111 35 0 76 125 31 20 112 53
Binary 11000000 1001001 11101 0 111110 1010101 11001 10000 1001010 101011

Color Harmonies of #C0491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0491D

Black with #C0491D

Text Example


Text Example

White with #C0491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0491D; }

 p { color: rgb(192,73,29); }

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

background-color css

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

 a { background-color: rgb(192,73,29); }

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

border-color css

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

 span { border-color: rgb(192,73,29); }

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