Html Css Color HEX #C84718 Rust

📋 copy color: '#C84718'

red 200 ◦ green 71 ◦ blue 24

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

Shades of Rust #C84718

Tints of Rust #C84718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 67.8%
G = 24.07%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84718 (or 0xC84718) is known color: Rust. HEX triplet: C8, 47 and 18. RGB value is (200,71,24). Sum of RGB (Red+Green+Blue) = 200+71+24=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C84718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84718 is #37B8E7. Grayscale: #686868. Windows color (decimal): -3651816 or 1591240. OLE color: 1591240.

HSL color Cylindrical-coordinate representation of color #C84718: hue angle of 16.02º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84718 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 24 -
CMYK 0 0.64 0.88 0.22
HSL 16.02º 0.79% 0.44% -
HSV(B) 16.02º 0.88% 0.78% -
XYZ 26.24 16.85 2.73 -
YUV 104.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 200 71 24 0 0.64 0.88 0.22 16.02 0.79 0.44
Hex C8 47 18 0 40 58 16 10 4F 2C
Octal 310 107 30 0 100 130 26 20 117 54
Binary 11001000 1000111 11000 0 1000000 1011000 10110 10000 1001111 101100

Color Harmonies of #C84718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84718

Black with #C84718

Text Example


Text Example

White with #C84718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84718; }

 p { color: rgb(200,71,24); }

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

background-color css

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

 a { background-color: rgb(200,71,24); }

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

border-color css

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

 span { border-color: rgb(200,71,24); }

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