Html Css Color HEX #C24304 Rust

📋 copy color: '#C24304'

red 194 ◦ green 67 ◦ blue 4

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

Shades of Rust #C24304

Tints of Rust #C24304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 73.21%
G = 25.28%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24304 (or 0xC24304) is known color: Rust. HEX triplet: C2, 43 and 04. RGB value is (194,67,4). Sum of RGB (Red+Green+Blue) = 194+67+4=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C24304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24304 is #3DBCFB. Grayscale: #626262. Windows color (decimal): -4046076 or 279490. OLE color: 279490.

HSL color Cylindrical-coordinate representation of color #C24304: hue angle of 19.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C24304 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 4 -
CMYK 0 0.65 0.98 0.24
HSL 19.89º 0.96% 0.39% -
HSV(B) 19.89º 0.98% 0.76% -
XYZ 24.28 15.49 1.83 -
YUV 97.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 194 67 4 0 0.65 0.98 0.24 19.89 0.96 0.39
Hex C2 43 4 0 41 62 18 14 60 27
Octal 302 103 4 0 101 142 30 24 140 47
Binary 11000010 1000011 100 0 1000001 1100010 11000 10100 1100000 100111

Color Harmonies of #C24304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24304

Black with #C24304

Text Example


Text Example

White with #C24304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24304; }

 p { color: rgb(194,67,4); }

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

background-color css

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

 a { background-color: rgb(194,67,4); }

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

border-color css

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

 span { border-color: rgb(194,67,4); }

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