Html Css Color HEX #C04B14 Rust

📋 copy color: '#C04B14'

red 192 ◦ green 75 ◦ blue 20

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

Shades of Rust #C04B14

Tints of Rust #C04B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

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

R = 66.9%
G = 26.13%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04B14 (or 0xC04B14) is known color: Rust. HEX triplet: C0, 4B and 14. RGB value is (192,75,20). Sum of RGB (Red+Green+Blue) = 192+75+20=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B14 is #3FB4EB. Grayscale: #686868. Windows color (decimal): -4175084 or 1330112. OLE color: 1330112.

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

Color convert

RGB 192 75 20 -
CMYK 0 0.61 0.90 0.25
HSL 19.19º 0.81% 0.42% -
HSV(B) 19.19º 0.9% 0.75% -
XYZ 24.38 16.29 2.52 -
YUV 103.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 192 75 20 0 0.61 0.90 0.25 19.19 0.81 0.42
Hex C0 4B 14 0 3D 5A 19 13 51 2A
Octal 300 113 24 0 75 132 31 23 121 52
Binary 11000000 1001011 10100 0 111101 1011010 11001 10011 1010001 101010

Color Harmonies of #C04B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B14

Black with #C04B14

Text Example


Text Example

White with #C04B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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