Html Css Color HEX #C0400F Rust

📋 copy color: '#C0400F'

red 192 ◦ green 64 ◦ blue 15

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

Shades of Rust #C0400F

Tints of Rust #C0400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 70.85%
G = 23.62%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0400F (or 0xC0400F) is known color: Rust. HEX triplet: C0, 40 and 0F. RGB value is (192,64,15). Sum of RGB (Red+Green+Blue) = 192+64+15=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0400F is #3FBFF0. Grayscale: #616161. Windows color (decimal): -4177905 or 999616. OLE color: 999616.

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

Color convert

RGB 192 64 15 -
CMYK 0 0.67 0.92 0.25
HSL 16.61º 0.86% 0.41% -
HSV(B) 16.61º 0.92% 0.75% -
XYZ 23.66 14.91 2.08 -
YUV 96.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 192 64 15 0 0.67 0.92 0.25 16.61 0.86 0.41
Hex C0 40 F 0 43 5C 19 11 56 29
Octal 300 100 17 0 103 134 31 21 126 51
Binary 11000000 1000000 1111 0 1000011 1011100 11001 10001 1010110 101001

Color Harmonies of #C0400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0400F

Black with #C0400F

Text Example


Text Example

White with #C0400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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