Html Css Color HEX #C84918 Rust

📋 copy color: '#C84918'

red 200 ◦ green 73 ◦ blue 24

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

Shades of Rust #C84918

Tints of Rust #C84918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 67.34%
G = 24.58%
B = 8.08%

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

#C84918 (or 0xC84918) is known color: Rust. HEX triplet: C8, 49 and 18. RGB value is (200,73,24). Sum of RGB (Red+Green+Blue) = 200+73+24=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C84918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84918 is #37B6E7. Grayscale: #696969. Windows color (decimal): -3651304 or 1591752. OLE color: 1591752.

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

Color convert

RGB 200 73 24 -
CMYK 0 0.64 0.88 0.22
HSL 16.7º 0.79% 0.44% -
HSV(B) 16.7º 0.88% 0.78% -
XYZ 26.37 17.11 2.78 -
YUV 105.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 200 73 24 0 0.64 0.88 0.22 16.7 0.79 0.44
Hex C8 49 18 0 40 58 16 11 4F 2C
Octal 310 111 30 0 100 130 26 21 117 54
Binary 11001000 1001001 11000 0 1000000 1011000 10110 10001 1001111 101100

Color Harmonies of #C84918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84918

Black with #C84918

Text Example


Text Example

White with #C84918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84918; }

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

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

background-color css

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

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

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

border-color css

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

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

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