Html Css Color HEX #C84813 Rust

📋 copy color: '#C84813'

red 200 ◦ green 72 ◦ blue 19

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

Shades of Rust #C84813

Tints of Rust #C84813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

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

R = 68.73%
G = 24.74%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C84813 (or 0xC84813) is known color: Rust. HEX triplet: C8, 48 and 13. RGB value is (200,72,19). Sum of RGB (Red+Green+Blue) = 200+72+19=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C84813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84813 is #37B7EC. Grayscale: #686868. Windows color (decimal): -3651565 or 1263816. OLE color: 1263816.

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

Color convert

RGB 200 72 19 -
CMYK 0 0.64 0.90 0.22
HSL 17.57º 0.83% 0.43% -
HSV(B) 17.57º 0.91% 0.78% -
XYZ 26.25 16.96 2.51 -
YUV 104.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 200 72 19 0 0.64 0.90 0.22 17.57 0.83 0.43
Hex C8 48 13 0 40 5A 16 12 53 2B
Octal 310 110 23 0 100 132 26 22 123 53
Binary 11001000 1001000 10011 0 1000000 1011010 10110 10010 1010011 101011

Color Harmonies of #C84813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84813

Black with #C84813

Text Example


Text Example

White with #C84813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84813; }

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

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

background-color css

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

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

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

border-color css

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

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

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