Html Css Color HEX #C84C10 Rust

📋 copy color: '#C84C10'

red 200 ◦ green 76 ◦ blue 16

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

Shades of Rust #C84C10

Tints of Rust #C84C10

RGB

 RED value IS 200 (78.52% from 255) = 68.49%

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 68.49%
G = 26.03%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C84C10 (or 0xC84C10) is known color: Rust. HEX triplet: C8, 4C and 10. RGB value is (200,76,16). Sum of RGB (Red+Green+Blue) = 200+76+16=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84C10 is #37B3EF. Grayscale: #6A6A6A. Windows color (decimal): -3650544 or 1068232. OLE color: 1068232.

HSL color Cylindrical-coordinate representation of color #C84C10: hue angle of 19.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84C10 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 76 16 -
CMYK 0 0.62 0.92 0.22
HSL 19.57º 0.85% 0.42% -
HSV(B) 19.57º 0.92% 0.78% -
XYZ 26.5 17.49 2.47 -
YUV 106.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 200 76 16 0 0.62 0.92 0.22 19.57 0.85 0.42
Hex C8 4C 10 0 3E 5C 16 14 55 2A
Octal 310 114 20 0 76 134 26 24 125 52
Binary 11001000 1001100 10000 0 111110 1011100 10110 10100 1010101 101010

Color Harmonies of #C84C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84C10

Black with #C84C10

Text Example


Text Example

White with #C84C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84C10; }

 p { color: rgb(200,76,16); }

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

background-color css

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

 a { background-color: rgb(200,76,16); }

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

border-color css

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

 span { border-color: rgb(200,76,16); }

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