Html Css Color HEX #C0531C Rust

📋 copy color: '#C0531C'

red 192 ◦ green 83 ◦ blue 28

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

Shades of Rust #C0531C

Tints of Rust #C0531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 63.37%
G = 27.39%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0531C (or 0xC0531C) is known color: Rust. HEX triplet: C0, 53 and 1C. RGB value is (192,83,28). Sum of RGB (Red+Green+Blue) = 192+83+28=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0531C is #3FACE3. Grayscale: #6D6D6D. Windows color (decimal): -4173028 or 1856448. OLE color: 1856448.

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

Color convert

RGB 192 83 28 -
CMYK 0 0.57 0.85 0.25
HSL 20.12º 0.75% 0.43% -
HSV(B) 20.12º 0.85% 0.75% -
XYZ 25.04 17.48 3.15 -
YUV 109.32 82.11 186.97 -
System Red Green Blue C M Y K H S L
Decimal 192 83 28 0 0.57 0.85 0.25 20.12 0.75 0.43
Hex C0 53 1C 0 39 55 19 14 4B 2B
Octal 300 123 34 0 71 125 31 24 113 53
Binary 11000000 1010011 11100 0 111001 1010101 11001 10100 1001011 101011

Color Harmonies of #C0531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0531C

Black with #C0531C

Text Example


Text Example

White with #C0531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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