Html Css Color HEX #C0491E Rust

📋 copy color: '#C0491E'

red 192 ◦ green 73 ◦ blue 30

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

Shades of Rust #C0491E

Tints of Rust #C0491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 65.08%
G = 24.75%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0491E (or 0xC0491E) is known color: Rust. HEX triplet: C0, 49 and 1E. RGB value is (192,73,30). Sum of RGB (Red+Green+Blue) = 192+73+30=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C0491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0491E is #3FB6E1. Grayscale: #676767. Windows color (decimal): -4175586 or 1984960. OLE color: 1984960.

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

Color convert

RGB 192 73 30 -
CMYK 0 0.62 0.84 0.25
HSL 15.93º 0.73% 0.44% -
HSV(B) 15.93º 0.84% 0.75% -
XYZ 24.36 16.07 3.05 -
YUV 103.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 192 73 30 0 0.62 0.84 0.25 15.93 0.73 0.44
Hex C0 49 1E 0 3E 54 19 10 49 2C
Octal 300 111 36 0 76 124 31 20 111 54
Binary 11000000 1001001 11110 0 111110 1010100 11001 10000 1001001 101100

Color Harmonies of #C0491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0491E

Black with #C0491E

Text Example


Text Example

White with #C0491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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