Html Css Color HEX #C24D0D Rust

📋 copy color: '#C24D0D'

red 194 ◦ green 77 ◦ blue 13

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

Shades of Rust #C24D0D

Tints of Rust #C24D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 68.31%
G = 27.11%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C24D0D (or 0xC24D0D) is known color: Rust. HEX triplet: C2, 4D and 0D. RGB value is (194,77,13). Sum of RGB (Red+Green+Blue) = 194+77+13=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D0D is #3DB2F2. Grayscale: #696969. Windows color (decimal): -4043507 or 871874. OLE color: 871874.

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

Color convert

RGB 194 77 13 -
CMYK 0 0.60 0.93 0.24
HSL 21.22º 0.87% 0.41% -
HSV(B) 21.22º 0.93% 0.76% -
XYZ 24.97 16.81 2.31 -
YUV 104.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 194 77 13 0 0.60 0.93 0.24 21.22 0.87 0.41
Hex C2 4D D 0 3C 5D 18 15 57 29
Octal 302 115 15 0 74 135 30 25 127 51
Binary 11000010 1001101 1101 0 111100 1011101 11000 10101 1010111 101001

Color Harmonies of #C24D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D0D

Black with #C24D0D

Text Example


Text Example

White with #C24D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D0D; }

 p { color: rgb(194,77,13); }

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

background-color css

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

 a { background-color: rgb(194,77,13); }

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

border-color css

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

 span { border-color: rgb(194,77,13); }

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