Html Css Color HEX #C2400F Rust

📋 copy color: '#C2400F'

red 194 ◦ green 64 ◦ blue 15

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

Shades of Rust #C2400F

Tints of Rust #C2400F

RGB

 RED value IS 194 (76.17% from 255) = 71.06%

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

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

R = 71.06%
G = 23.44%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2400F (or 0xC2400F) is known color: Rust. HEX triplet: C2, 40 and 0F. RGB value is (194,64,15). Sum of RGB (Red+Green+Blue) = 194+64+15=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2400F is #3DBFF0. Grayscale: #616161. Windows color (decimal): -4046833 or 999618. OLE color: 999618.

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

Color convert

RGB 194 64 15 -
CMYK 0 0.67 0.92 0.24
HSL 16.42º 0.86% 0.41% -
HSV(B) 16.42º 0.92% 0.76% -
XYZ 24.17 15.17 2.11 -
YUV 97.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 194 64 15 0 0.67 0.92 0.24 16.42 0.86 0.41
Hex C2 40 F 0 43 5C 18 10 56 29
Octal 302 100 17 0 103 134 30 20 126 51
Binary 11000010 1000000 1111 0 1000011 1011100 11000 10000 1010110 101001

Color Harmonies of #C2400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2400F

Black with #C2400F

Text Example


Text Example

White with #C2400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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