Html Css Color HEX #C0461B Rust

📋 copy color: '#C0461B'

red 192 ◦ green 70 ◦ blue 27

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

Shades of Rust #C0461B

Tints of Rust #C0461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 66.44%
G = 24.22%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0461B (or 0xC0461B) is known color: Rust. HEX triplet: C0, 46 and 1B. RGB value is (192,70,27). Sum of RGB (Red+Green+Blue) = 192+70+27=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0461B is #3FB9E4. Grayscale: #656565. Windows color (decimal): -4176357 or 1787584. OLE color: 1787584.

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

Color convert

RGB 192 70 27 -
CMYK 0 0.64 0.86 0.25
HSL 15.64º 0.75% 0.43% -
HSV(B) 15.64º 0.86% 0.75% -
XYZ 24.13 15.67 2.79 -
YUV 101.58 85.92 192.5 -
System Red Green Blue C M Y K H S L
Decimal 192 70 27 0 0.64 0.86 0.25 15.64 0.75 0.43
Hex C0 46 1B 0 40 56 19 10 4B 2B
Octal 300 106 33 0 100 126 31 20 113 53
Binary 11000000 1000110 11011 0 1000000 1010110 11001 10000 1001011 101011

Color Harmonies of #C0461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0461B

Black with #C0461B

Text Example


Text Example

White with #C0461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0461B; }

 p { color: rgb(192,70,27); }

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

background-color css

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

 a { background-color: rgb(192,70,27); }

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

border-color css

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

 span { border-color: rgb(192,70,27); }

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