Html Css Color HEX #C04514 Rust

📋 copy color: '#C04514'

red 192 ◦ green 69 ◦ blue 20

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

Shades of Rust #C04514

Tints of Rust #C04514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 68.33%
G = 24.56%
B = 7.12%

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

#C04514 (or 0xC04514) is known color: Rust. HEX triplet: C0, 45 and 14. RGB value is (192,69,20). Sum of RGB (Red+Green+Blue) = 192+69+20=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04514 is #3FBAEB. Grayscale: #646464. Windows color (decimal): -4176620 or 1328576. OLE color: 1328576.

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

Color convert

RGB 192 69 20 -
CMYK 0 0.64 0.90 0.25
HSL 17.09º 0.81% 0.42% -
HSV(B) 17.09º 0.9% 0.75% -
XYZ 23.99 15.51 2.39 -
YUV 100.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 192 69 20 0 0.64 0.90 0.25 17.09 0.81 0.42
Hex C0 45 14 0 40 5A 19 11 51 2A
Octal 300 105 24 0 100 132 31 21 121 52
Binary 11000000 1000101 10100 0 1000000 1011010 11001 10001 1010001 101010

Color Harmonies of #C04514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04514

Black with #C04514

Text Example


Text Example

White with #C04514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04514; }

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

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

background-color css

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

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

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

border-color css

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

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

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