Html Css Color HEX #C04311 Rust

📋 copy color: '#C04311'

red 192 ◦ green 67 ◦ blue 17

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

Shades of Rust #C04311

Tints of Rust #C04311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

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

R = 69.57%
G = 24.28%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04311 (or 0xC04311) is known color: Rust. HEX triplet: C0, 43 and 11. RGB value is (192,67,17). Sum of RGB (Red+Green+Blue) = 192+67+17=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04311 is #3FBCEE. Grayscale: #636363. Windows color (decimal): -4177135 or 1131456. OLE color: 1131456.

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

Color convert

RGB 192 67 17 -
CMYK 0 0.65 0.91 0.25
HSL 17.14º 0.84% 0.41% -
HSV(B) 17.14º 0.91% 0.75% -
XYZ 23.85 15.26 2.22 -
YUV 98.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 192 67 17 0 0.65 0.91 0.25 17.14 0.84 0.41
Hex C0 43 11 0 41 5B 19 11 54 29
Octal 300 103 21 0 101 133 31 21 124 51
Binary 11000000 1000011 10001 0 1000001 1011011 11001 10001 1010100 101001

Color Harmonies of #C04311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04311

Black with #C04311

Text Example


Text Example

White with #C04311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04311; }

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

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

background-color css

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

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

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

border-color css

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

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

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