Html Css Color HEX #C0471C Rust

📋 copy color: '#C0471C'

red 192 ◦ green 71 ◦ blue 28

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

Shades of Rust #C0471C

Tints of Rust #C0471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 65.98%
G = 24.4%
B = 9.62%

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

#C0471C (or 0xC0471C) is known color: Rust. HEX triplet: C0, 47 and 1C. RGB value is (192,71,28). Sum of RGB (Red+Green+Blue) = 192+71+28=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0471C is #3FB8E3. Grayscale: #666666. Windows color (decimal): -4176100 or 1853376. OLE color: 1853376.

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

Color convert

RGB 192 71 28 -
CMYK 0 0.63 0.85 0.25
HSL 15.73º 0.75% 0.43% -
HSV(B) 15.73º 0.85% 0.75% -
XYZ 24.2 15.8 2.87 -
YUV 102.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 192 71 28 0 0.63 0.85 0.25 15.73 0.75 0.43
Hex C0 47 1C 0 3F 55 19 10 4B 2B
Octal 300 107 34 0 77 125 31 20 113 53
Binary 11000000 1000111 11100 0 111111 1010101 11001 10000 1001011 101011

Color Harmonies of #C0471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0471C

Black with #C0471C

Text Example


Text Example

White with #C0471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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