Html Css Color HEX #C84613 Rust

📋 copy color: '#C84613'

red 200 ◦ green 70 ◦ blue 19

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

Shades of Rust #C84613

Tints of Rust #C84613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 69.2%
G = 24.22%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C84613 (or 0xC84613) is known color: Rust. HEX triplet: C8, 46 and 13. RGB value is (200,70,19). Sum of RGB (Red+Green+Blue) = 200+70+19=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84613 is #37B9EC. Grayscale: #676767. Windows color (decimal): -3652077 or 1263304. OLE color: 1263304.

HSL color Cylindrical-coordinate representation of color #C84613: hue angle of 16.91º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84613 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 19 -
CMYK 0 0.65 0.90 0.22
HSL 16.91º 0.83% 0.43% -
HSV(B) 16.91º 0.91% 0.78% -
XYZ 26.13 16.71 2.46 -
YUV 103.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 200 70 19 0 0.65 0.90 0.22 16.91 0.83 0.43
Hex C8 46 13 0 41 5A 16 11 53 2B
Octal 310 106 23 0 101 132 26 21 123 53
Binary 11001000 1000110 10011 0 1000001 1011010 10110 10001 1010011 101011

Color Harmonies of #C84613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84613

Black with #C84613

Text Example


Text Example

White with #C84613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84613; }

 p { color: rgb(200,70,19); }

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

background-color css

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

 a { background-color: rgb(200,70,19); }

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

border-color css

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

 span { border-color: rgb(200,70,19); }

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