Html Css Color HEX #C0471E Rust

📋 copy color: '#C0471E'

red 192 ◦ green 71 ◦ blue 30

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

Shades of Rust #C0471E

Tints of Rust #C0471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

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

R = 65.53%
G = 24.23%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0471E (or 0xC0471E) is known color: Rust. HEX triplet: C0, 47 and 1E. RGB value is (192,71,30). Sum of RGB (Red+Green+Blue) = 192+71+30=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0471E is #3FB8E1. Grayscale: #666666. Windows color (decimal): -4176098 or 1984448. OLE color: 1984448.

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

Color convert

RGB 192 71 30 -
CMYK 0 0.63 0.84 0.25
HSL 15.19º 0.73% 0.44% -
HSV(B) 15.19º 0.84% 0.75% -
XYZ 24.23 15.81 3 -
YUV 102.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 192 71 30 0 0.63 0.84 0.25 15.19 0.73 0.44
Hex C0 47 1E 0 3F 54 19 F 49 2C
Octal 300 107 36 0 77 124 31 17 111 54
Binary 11000000 1000111 11110 0 111111 1010100 11001 1111 1001001 101100

Color Harmonies of #C0471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0471E

Black with #C0471E

Text Example


Text Example

White with #C0471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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