Html Css Color HEX #C0481C Rust

📋 copy color: '#C0481C'

red 192 ◦ green 72 ◦ blue 28

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

Shades of Rust #C0481C

Tints of Rust #C0481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

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

R = 65.75%
G = 24.66%
B = 9.59%

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

#C0481C (or 0xC0481C) is known color: Rust. HEX triplet: C0, 48 and 1C. RGB value is (192,72,28). Sum of RGB (Red+Green+Blue) = 192+72+28=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0481C is #3FB7E3. Grayscale: #676767. Windows color (decimal): -4175844 or 1853632. OLE color: 1853632.

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

Color convert

RGB 192 72 28 -
CMYK 0 0.63 0.85 0.25
HSL 16.1º 0.75% 0.43% -
HSV(B) 16.1º 0.85% 0.75% -
XYZ 24.27 15.93 2.89 -
YUV 102.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 192 72 28 0 0.63 0.85 0.25 16.1 0.75 0.43
Hex C0 48 1C 0 3F 55 19 10 4B 2B
Octal 300 110 34 0 77 125 31 20 113 53
Binary 11000000 1001000 11100 0 111111 1010101 11001 10000 1001011 101011

Color Harmonies of #C0481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0481C

Black with #C0481C

Text Example


Text Example

White with #C0481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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