Html Css Color HEX #C25219 Rust

📋 copy color: '#C25219'

red 194 ◦ green 82 ◦ blue 25

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

Shades of Rust #C25219

Tints of Rust #C25219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 64.45%
G = 27.24%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C25219 (or 0xC25219) is known color: Rust. HEX triplet: C2, 52 and 19. RGB value is (194,82,25). Sum of RGB (Red+Green+Blue) = 194+82+25=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C25219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25219 is #3DADE6. Grayscale: #6D6D6D. Windows color (decimal): -4042215 or 1659586. OLE color: 1659586.

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

Color convert

RGB 194 82 25 -
CMYK 0 0.58 0.87 0.24
HSL 20.24º 0.77% 0.43% -
HSV(B) 20.24º 0.87% 0.76% -
XYZ 25.44 17.57 2.97 -
YUV 108.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 194 82 25 0 0.58 0.87 0.24 20.24 0.77 0.43
Hex C2 52 19 0 3A 57 18 14 4D 2B
Octal 302 122 31 0 72 127 30 24 115 53
Binary 11000010 1010010 11001 0 111010 1010111 11000 10100 1001101 101011

Color Harmonies of #C25219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25219

Black with #C25219

Text Example


Text Example

White with #C25219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25219; }

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

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

background-color css

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

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

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

border-color css

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

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

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