Html Css Color HEX #C0471D Rust

📋 copy color: '#C0471D'

red 192 ◦ green 71 ◦ blue 29

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

Shades of Rust #C0471D

Tints of Rust #C0471D

RGB

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

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

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

R = 65.75%
G = 24.32%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0471D (or 0xC0471D) is known color: Rust. HEX triplet: C0, 47 and 1D. RGB value is (192,71,29). Sum of RGB (Red+Green+Blue) = 192+71+29=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0471D is #3FB8E2. Grayscale: #666666. Windows color (decimal): -4176099 or 1918912. OLE color: 1918912.

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

Color convert

RGB 192 71 29 -
CMYK 0 0.63 0.85 0.25
HSL 15.46º 0.74% 0.43% -
HSV(B) 15.46º 0.85% 0.75% -
XYZ 24.21 15.8 2.94 -
YUV 102.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 192 71 29 0 0.63 0.85 0.25 15.46 0.74 0.43
Hex C0 47 1D 0 3F 55 19 F 4A 2B
Octal 300 107 35 0 77 125 31 17 112 53
Binary 11000000 1000111 11101 0 111111 1010101 11001 1111 1001010 101011

Color Harmonies of #C0471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0471D

Black with #C0471D

Text Example


Text Example

White with #C0471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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