Html Css Color HEX #C24C0D Rust

📋 copy color: '#C24C0D'

red 194 ◦ green 76 ◦ blue 13

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

Shades of Rust #C24C0D

Tints of Rust #C24C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 68.55%
G = 26.86%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C24C0D (or 0xC24C0D) is known color: Rust. HEX triplet: C2, 4C and 0D. RGB value is (194,76,13). Sum of RGB (Red+Green+Blue) = 194+76+13=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C0D is #3DB3F2. Grayscale: #686868. Windows color (decimal): -4043763 or 871618. OLE color: 871618.

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

Color convert

RGB 194 76 13 -
CMYK 0 0.61 0.93 0.24
HSL 20.88º 0.87% 0.41% -
HSV(B) 20.88º 0.93% 0.76% -
XYZ 24.91 16.67 2.29 -
YUV 104.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 194 76 13 0 0.61 0.93 0.24 20.88 0.87 0.41
Hex C2 4C D 0 3D 5D 18 15 57 29
Octal 302 114 15 0 75 135 30 25 127 51
Binary 11000010 1001100 1101 0 111101 1011101 11000 10101 1010111 101001

Color Harmonies of #C24C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C0D

Black with #C24C0D

Text Example


Text Example

White with #C24C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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