Html Css Color HEX #C24F0F Rust

📋 copy color: '#C24F0F'

red 194 ◦ green 79 ◦ blue 15

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

Shades of Rust #C24F0F

Tints of Rust #C24F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

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

R = 67.36%
G = 27.43%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C24F0F (or 0xC24F0F) is known color: Rust. HEX triplet: C2, 4F and 0F. RGB value is (194,79,15). Sum of RGB (Red+Green+Blue) = 194+79+15=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F0F is #3DB0F0. Grayscale: #6A6A6A. Windows color (decimal): -4042993 or 1003458. OLE color: 1003458.

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

Color convert

RGB 194 79 15 -
CMYK 0 0.59 0.92 0.24
HSL 21.45º 0.86% 0.41% -
HSV(B) 21.45º 0.92% 0.76% -
XYZ 25.13 17.1 2.43 -
YUV 106.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 194 79 15 0 0.59 0.92 0.24 21.45 0.86 0.41
Hex C2 4F F 0 3B 5C 18 15 56 29
Octal 302 117 17 0 73 134 30 25 126 51
Binary 11000010 1001111 1111 0 111011 1011100 11000 10101 1010110 101001

Color Harmonies of #C24F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F0F

Black with #C24F0F

Text Example


Text Example

White with #C24F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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