Html Css Color HEX #C04411 Rust

📋 copy color: '#C04411'

red 192 ◦ green 68 ◦ blue 17

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

Shades of Rust #C04411

Tints of Rust #C04411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

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

R = 69.31%
G = 24.55%
B = 6.14%

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

#C04411 (or 0xC04411) is known color: Rust. HEX triplet: C0, 44 and 11. RGB value is (192,68,17). Sum of RGB (Red+Green+Blue) = 192+68+17=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C04411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04411 is #3FBBEE. Grayscale: #636363. Windows color (decimal): -4176879 or 1131712. OLE color: 1131712.

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

Color convert

RGB 192 68 17 -
CMYK 0 0.65 0.91 0.25
HSL 17.49º 0.84% 0.41% -
HSV(B) 17.49º 0.91% 0.75% -
XYZ 23.91 15.38 2.24 -
YUV 99.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 192 68 17 0 0.65 0.91 0.25 17.49 0.84 0.41
Hex C0 44 11 0 41 5B 19 11 54 29
Octal 300 104 21 0 101 133 31 21 124 51
Binary 11000000 1000100 10001 0 1000001 1011011 11001 10001 1010100 101001

Color Harmonies of #C04411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04411

Black with #C04411

Text Example


Text Example

White with #C04411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04411; }

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

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

background-color css

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

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

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

border-color css

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

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

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