Html Css Color HEX #C04113 Rust

📋 copy color: '#C04113'

red 192 ◦ green 65 ◦ blue 19

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

Shades of Rust #C04113

Tints of Rust #C04113

RGB

 RED value IS 192 (75.39% from 255) = 69.57%

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

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

R = 69.57%
G = 23.55%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04113 (or 0xC04113) is known color: Rust. HEX triplet: C0, 41 and 13. RGB value is (192,65,19). Sum of RGB (Red+Green+Blue) = 192+65+19=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04113 is #3FBEEC. Grayscale: #626262. Windows color (decimal): -4177645 or 1262016. OLE color: 1262016.

HSL color Cylindrical-coordinate representation of color #C04113: hue angle of 15.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04113 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 19 -
CMYK 0 0.66 0.90 0.25
HSL 15.95º 0.82% 0.41% -
HSV(B) 15.95º 0.9% 0.75% -
XYZ 23.75 15.03 2.27 -
YUV 97.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 192 65 19 0 0.66 0.90 0.25 15.95 0.82 0.41
Hex C0 41 13 0 42 5A 19 10 52 29
Octal 300 101 23 0 102 132 31 20 122 51
Binary 11000000 1000001 10011 0 1000010 1011010 11001 10000 1010010 101001

Color Harmonies of #C04113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04113

Black with #C04113

Text Example


Text Example

White with #C04113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04113; }

 p { color: rgb(192,65,19); }

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

background-color css

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

 a { background-color: rgb(192,65,19); }

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

border-color css

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

 span { border-color: rgb(192,65,19); }

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