Html Css Color HEX #C0491A Rust

📋 copy color: '#C0491A'

red 192 ◦ green 73 ◦ blue 26

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

Shades of Rust #C0491A

Tints of Rust #C0491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 65.98%
G = 25.09%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0491A (or 0xC0491A) is known color: Rust. HEX triplet: C0, 49 and 1A. RGB value is (192,73,26). Sum of RGB (Red+Green+Blue) = 192+73+26=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0491A is #3FB6E5. Grayscale: #676767. Windows color (decimal): -4175590 or 1722816. OLE color: 1722816.

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

Color convert

RGB 192 73 26 -
CMYK 0 0.62 0.86 0.25
HSL 16.99º 0.76% 0.43% -
HSV(B) 16.99º 0.86% 0.75% -
XYZ 24.31 16.05 2.79 -
YUV 103.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 192 73 26 0 0.62 0.86 0.25 16.99 0.76 0.43
Hex C0 49 1A 0 3E 56 19 11 4C 2B
Octal 300 111 32 0 76 126 31 21 114 53
Binary 11000000 1001001 11010 0 111110 1010110 11001 10001 1001100 101011

Color Harmonies of #C0491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0491A

Black with #C0491A

Text Example


Text Example

White with #C0491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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