Html Css Color HEX #C24119 Rust

📋 copy color: '#C24119'

red 194 ◦ green 65 ◦ blue 25

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

Shades of Rust #C24119

Tints of Rust #C24119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 25 (10.16% from 255) = 8.8%

R = 68.31%
G = 22.89%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C24119 (or 0xC24119) is known color: Rust. HEX triplet: C2, 41 and 19. RGB value is (194,65,25). Sum of RGB (Red+Green+Blue) = 194+65+25=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24119 is #3DBEE6. Grayscale: #636363. Windows color (decimal): -4046567 or 1655234. OLE color: 1655234.

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

Color convert

RGB 194 65 25 -
CMYK 0 0.66 0.87 0.24
HSL 14.2º 0.77% 0.43% -
HSV(B) 14.2º 0.87% 0.76% -
XYZ 24.31 15.32 2.6 -
YUV 99.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 194 65 25 0 0.66 0.87 0.24 14.2 0.77 0.43
Hex C2 41 19 0 42 57 18 E 4D 2B
Octal 302 101 31 0 102 127 30 16 115 53
Binary 11000010 1000001 11001 0 1000010 1010111 11000 1110 1001101 101011

Color Harmonies of #C24119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24119

Black with #C24119

Text Example


Text Example

White with #C24119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24119; }

 p { color: rgb(194,65,25); }

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

background-color css

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

 a { background-color: rgb(194,65,25); }

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

border-color css

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

 span { border-color: rgb(194,65,25); }

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