Html Css Color HEX #C04814 Rust

📋 copy color: '#C04814'

red 192 ◦ green 72 ◦ blue 20

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

Shades of Rust #C04814

Tints of Rust #C04814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 67.61%
G = 25.35%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04814 (or 0xC04814) is known color: Rust. HEX triplet: C0, 48 and 14. RGB value is (192,72,20). Sum of RGB (Red+Green+Blue) = 192+72+20=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04814 is #3FB7EB. Grayscale: #666666. Windows color (decimal): -4175852 or 1329344. OLE color: 1329344.

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

Color convert

RGB 192 72 20 -
CMYK 0 0.63 0.90 0.25
HSL 18.14º 0.81% 0.42% -
HSV(B) 18.14º 0.9% 0.75% -
XYZ 24.18 15.89 2.45 -
YUV 101.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 192 72 20 0 0.63 0.90 0.25 18.14 0.81 0.42
Hex C0 48 14 0 3F 5A 19 12 51 2A
Octal 300 110 24 0 77 132 31 22 121 52
Binary 11000000 1001000 10100 0 111111 1011010 11001 10010 1010001 101010

Color Harmonies of #C04814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04814

Black with #C04814

Text Example


Text Example

White with #C04814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04814; }

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

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

background-color css

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

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

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

border-color css

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

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

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