Html Css Color HEX #C0480F Rust

📋 copy color: '#C0480F'

red 192 ◦ green 72 ◦ blue 15

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

Shades of Rust #C0480F

Tints of Rust #C0480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 68.82%
G = 25.81%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0480F (or 0xC0480F) is known color: Rust. HEX triplet: C0, 48 and 0F. RGB value is (192,72,15). Sum of RGB (Red+Green+Blue) = 192+72+15=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C0480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0480F is #3FB7F0. Grayscale: #656565. Windows color (decimal): -4175857 or 1001664. OLE color: 1001664.

HSL color Cylindrical-coordinate representation of color #C0480F: hue angle of 19.32º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0480F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 15 -
CMYK 0 0.63 0.92 0.25
HSL 19.32º 0.86% 0.41% -
HSV(B) 19.32º 0.92% 0.75% -
XYZ 24.14 15.88 2.24 -
YUV 101.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 192 72 15 0 0.63 0.92 0.25 19.32 0.86 0.41
Hex C0 48 F 0 3F 5C 19 13 56 29
Octal 300 110 17 0 77 134 31 23 126 51
Binary 11000000 1001000 1111 0 111111 1011100 11001 10011 1010110 101001

Color Harmonies of #C0480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0480F

Black with #C0480F

Text Example


Text Example

White with #C0480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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