Html Css Color HEX #C24C09 Rust

📋 copy color: '#C24C09'

red 194 ◦ green 76 ◦ blue 9

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

Shades of Rust #C24C09

Tints of Rust #C24C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.23%

R = 69.53%
G = 27.24%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C24C09 (or 0xC24C09) is known color: Rust. HEX triplet: C2, 4C and 09. RGB value is (194,76,9). Sum of RGB (Red+Green+Blue) = 194+76+9=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C09 is #3DB3F6. Grayscale: #686868. Windows color (decimal): -4043767 or 609474. OLE color: 609474.

HSL color Cylindrical-coordinate representation of color #C24C09: hue angle of 21.73º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24C09 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 76 9 -
CMYK 0 0.61 0.95 0.24
HSL 21.73º 0.91% 0.4% -
HSV(B) 21.73º 0.95% 0.76% -
XYZ 24.88 16.66 2.16 -
YUV 103.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 194 76 9 0 0.61 0.95 0.24 21.73 0.91 0.4
Hex C2 4C 9 0 3D 5F 18 16 5B 28
Octal 302 114 11 0 75 137 30 26 133 50
Binary 11000010 1001100 1001 0 111101 1011111 11000 10110 1011011 101000

Color Harmonies of #C24C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C09

Black with #C24C09

Text Example


Text Example

White with #C24C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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