Html Css Color HEX #C04B11 Rust

📋 copy color: '#C04B11'

red 192 ◦ green 75 ◦ blue 17

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

Shades of Rust #C04B11

Tints of Rust #C04B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 67.61%
G = 26.41%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04B11 (or 0xC04B11) is known color: Rust. HEX triplet: C0, 4B and 11. RGB value is (192,75,17). Sum of RGB (Red+Green+Blue) = 192+75+17=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B11 is #3FB4EE. Grayscale: #676767. Windows color (decimal): -4175087 or 1133504. OLE color: 1133504.

HSL color Cylindrical-coordinate representation of color #C04B11: hue angle of 19.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04B11 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 17 -
CMYK 0 0.61 0.91 0.25
HSL 19.89º 0.84% 0.41% -
HSV(B) 19.89º 0.91% 0.75% -
XYZ 24.36 16.28 2.39 -
YUV 103.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 192 75 17 0 0.61 0.91 0.25 19.89 0.84 0.41
Hex C0 4B 11 0 3D 5B 19 14 54 29
Octal 300 113 21 0 75 133 31 24 124 51
Binary 11000000 1001011 10001 0 111101 1011011 11001 10100 1010100 101001

Color Harmonies of #C04B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B11

Black with #C04B11

Text Example


Text Example

White with #C04B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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