Html Css Color HEX #C05412 Rust

📋 copy color: '#C05412'

red 192 ◦ green 84 ◦ blue 18

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

Shades of Rust #C05412

Tints of Rust #C05412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 65.31%
G = 28.57%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05412 (or 0xC05412) is known color: Rust. HEX triplet: C0, 54 and 12. RGB value is (192,84,18). Sum of RGB (Red+Green+Blue) = 192+84+18=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05412 is #3FABED. Grayscale: #6D6D6D. Windows color (decimal): -4172782 or 1201344. OLE color: 1201344.

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

Color convert

RGB 192 84 18 -
CMYK 0 0.56 0.91 0.25
HSL 22.76º 0.83% 0.41% -
HSV(B) 22.76º 0.91% 0.75% -
XYZ 25.02 17.59 2.65 -
YUV 108.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 192 84 18 0 0.56 0.91 0.25 22.76 0.83 0.41
Hex C0 54 12 0 38 5B 19 17 53 29
Octal 300 124 22 0 70 133 31 27 123 51
Binary 11000000 1010100 10010 0 111000 1011011 11001 10111 1010011 101001

Color Harmonies of #C05412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05412

Black with #C05412

Text Example


Text Example

White with #C05412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05412; }

 p { color: rgb(192,84,18); }

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

background-color css

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

 a { background-color: rgb(192,84,18); }

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

border-color css

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

 span { border-color: rgb(192,84,18); }

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