Html Css Color HEX #C05413 Rust

📋 copy color: '#C05413'

red 192 ◦ green 84 ◦ blue 19

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

Shades of Rust #C05413

Tints of Rust #C05413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 65.08%
G = 28.47%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05413 (or 0xC05413) is known color: Rust. HEX triplet: C0, 54 and 13. RGB value is (192,84,19). Sum of RGB (Red+Green+Blue) = 192+84+19=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05413 is #3FABEC. Grayscale: #6D6D6D. Windows color (decimal): -4172781 or 1266880. OLE color: 1266880.

HSL color Cylindrical-coordinate representation of color #C05413: hue angle of 22.54º 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 #C05413 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 19 -
CMYK 0 0.56 0.90 0.25
HSL 22.54º 0.82% 0.41% -
HSV(B) 22.54º 0.9% 0.75% -
XYZ 25.03 17.59 2.69 -
YUV 108.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 192 84 19 0 0.56 0.90 0.25 22.54 0.82 0.41
Hex C0 54 13 0 38 5A 19 17 52 29
Octal 300 124 23 0 70 132 31 27 122 51
Binary 11000000 1010100 10011 0 111000 1011010 11001 10111 1010010 101001

Color Harmonies of #C05413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05413

Black with #C05413

Text Example


Text Example

White with #C05413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05413; }

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

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

background-color css

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

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

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

border-color css

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

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

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