Html Css Color HEX #C84410 Rust

📋 copy color: '#C84410'

red 200 ◦ green 68 ◦ blue 16

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

Shades of Rust #C84410

Tints of Rust #C84410

RGB

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

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

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

R = 70.42%
G = 23.94%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C84410 (or 0xC84410) is known color: Rust. HEX triplet: C8, 44 and 10. RGB value is (200,68,16). Sum of RGB (Red+Green+Blue) = 200+68+16=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C84410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84410 is #37BBEF. Grayscale: #656565. Windows color (decimal): -3652592 or 1066184. OLE color: 1066184.

HSL color Cylindrical-coordinate representation of color #C84410: hue angle of 16.96º 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 #C84410 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 16 -
CMYK 0 0.66 0.92 0.22
HSL 16.96º 0.85% 0.42% -
HSV(B) 16.96º 0.92% 0.78% -
XYZ 25.98 16.45 2.3 -
YUV 101.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 200 68 16 0 0.66 0.92 0.22 16.96 0.85 0.42
Hex C8 44 10 0 42 5C 16 11 55 2A
Octal 310 104 20 0 102 134 26 21 125 52
Binary 11001000 1000100 10000 0 1000010 1011100 10110 10001 1010101 101010

Color Harmonies of #C84410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84410

Black with #C84410

Text Example


Text Example

White with #C84410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84410; }

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

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

background-color css

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

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

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

border-color css

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

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

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