Html Css Color HEX #C24405 Rust

📋 copy color: '#C24405'

red 194 ◦ green 68 ◦ blue 5

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

Shades of Rust #C24405

Tints of Rust #C24405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 72.66%
G = 25.47%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C24405 (or 0xC24405) is known color: Rust. HEX triplet: C2, 44 and 05. RGB value is (194,68,5). Sum of RGB (Red+Green+Blue) = 194+68+5=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C24405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24405 is #3DBBFA. Grayscale: #626262. Windows color (decimal): -4045819 or 345282. OLE color: 345282.

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

Color convert

RGB 194 68 5 -
CMYK 0 0.65 0.97 0.24
HSL 20º 0.95% 0.39% -
HSV(B) 20º 0.97% 0.76% -
XYZ 24.34 15.61 1.87 -
YUV 98.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 194 68 5 0 0.65 0.97 0.24 20 0.95 0.39
Hex C2 44 5 0 41 61 18 14 5F 27
Octal 302 104 5 0 101 141 30 24 137 47
Binary 11000010 1000100 101 0 1000001 1100001 11000 10100 1011111 100111

Color Harmonies of #C24405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24405

Black with #C24405

Text Example


Text Example

White with #C24405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24405; }

 p { color: rgb(194,68,5); }

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

background-color css

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

 a { background-color: rgb(194,68,5); }

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

border-color css

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

 span { border-color: rgb(194,68,5); }

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