Html Css Color HEX #C04513 Rust

📋 copy color: '#C04513'

red 192 ◦ green 69 ◦ blue 19

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

Shades of Rust #C04513

Tints of Rust #C04513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 68.57%
G = 24.64%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04513 (or 0xC04513) is known color: Rust. HEX triplet: C0, 45 and 13. RGB value is (192,69,19). Sum of RGB (Red+Green+Blue) = 192+69+19=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04513 is #3FBAEC. Grayscale: #646464. Windows color (decimal): -4176621 or 1263040. OLE color: 1263040.

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

Color convert

RGB 192 69 19 -
CMYK 0 0.64 0.90 0.25
HSL 17.34º 0.82% 0.41% -
HSV(B) 17.34º 0.9% 0.75% -
XYZ 23.98 15.51 2.35 -
YUV 100.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 192 69 19 0 0.64 0.90 0.25 17.34 0.82 0.41
Hex C0 45 13 0 40 5A 19 11 52 29
Octal 300 105 23 0 100 132 31 21 122 51
Binary 11000000 1000101 10011 0 1000000 1011010 11001 10001 1010010 101001

Color Harmonies of #C04513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04513

Black with #C04513

Text Example


Text Example

White with #C04513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04513; }

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

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

background-color css

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

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

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

border-color css

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

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

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