Html Css Color HEX #C25110 Rust

📋 copy color: '#C25110'

red 194 ◦ green 81 ◦ blue 16

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

Shades of Rust #C25110

Tints of Rust #C25110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 66.67%
G = 27.84%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C25110 (or 0xC25110) is known color: Rust. HEX triplet: C2, 51 and 10. RGB value is (194,81,16). Sum of RGB (Red+Green+Blue) = 194+81+16=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C25110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25110 is #3DAEEF. Grayscale: #6B6B6B. Windows color (decimal): -4042480 or 1069506. OLE color: 1069506.

HSL color Cylindrical-coordinate representation of color #C25110: hue angle of 21.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C25110 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 16 -
CMYK 0 0.58 0.92 0.24
HSL 21.91º 0.85% 0.41% -
HSV(B) 21.91º 0.92% 0.76% -
XYZ 25.28 17.39 2.51 -
YUV 107.38 76.44 189.79 -
System Red Green Blue C M Y K H S L
Decimal 194 81 16 0 0.58 0.92 0.24 21.91 0.85 0.41
Hex C2 51 10 0 3A 5C 18 16 55 29
Octal 302 121 20 0 72 134 30 26 125 51
Binary 11000010 1010001 10000 0 111010 1011100 11000 10110 1010101 101001

Color Harmonies of #C25110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25110

Black with #C25110

Text Example


Text Example

White with #C25110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25110; }

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

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

background-color css

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

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

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

border-color css

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

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

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