Html Css Color HEX #C25113 Rust

📋 copy color: '#C25113'

red 194 ◦ green 81 ◦ blue 19

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

Shades of Rust #C25113

Tints of Rust #C25113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 65.99%
G = 27.55%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25113 (or 0xC25113) is known color: Rust. HEX triplet: C2, 51 and 13. RGB value is (194,81,19). Sum of RGB (Red+Green+Blue) = 194+81+19=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C25113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25113 is #3DAEEC. Grayscale: #6C6C6C. Windows color (decimal): -4042477 or 1266114. OLE color: 1266114.

HSL color Cylindrical-coordinate representation of color #C25113: hue angle of 21.26º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25113 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 19 -
CMYK 0 0.58 0.90 0.24
HSL 21.26º 0.82% 0.42% -
HSV(B) 21.26º 0.9% 0.76% -
XYZ 25.31 17.4 2.64 -
YUV 107.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 194 81 19 0 0.58 0.90 0.24 21.26 0.82 0.42
Hex C2 51 13 0 3A 5A 18 15 52 2A
Octal 302 121 23 0 72 132 30 25 122 52
Binary 11000010 1010001 10011 0 111010 1011010 11000 10101 1010010 101010

Color Harmonies of #C25113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25113

Black with #C25113

Text Example


Text Example

White with #C25113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25113; }

 p { color: rgb(194,81,19); }

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

background-color css

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

 a { background-color: rgb(194,81,19); }

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

border-color css

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

 span { border-color: rgb(194,81,19); }

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