Html Css Color HEX #C84E12 Rust

📋 copy color: '#C84E12'

red 200 ◦ green 78 ◦ blue 18

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

Shades of Rust #C84E12

Tints of Rust #C84E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 67.57%
G = 26.35%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C84E12 (or 0xC84E12) is known color: Rust. HEX triplet: C8, 4E and 12. RGB value is (200,78,18). Sum of RGB (Red+Green+Blue) = 200+78+18=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84E12 is #37B1ED. Grayscale: #6C6C6C. Windows color (decimal): -3650030 or 1199816. OLE color: 1199816.

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

Color convert

RGB 200 78 18 -
CMYK 0 0.61 0.91 0.22
HSL 19.78º 0.83% 0.43% -
HSV(B) 19.78º 0.91% 0.78% -
XYZ 26.65 17.77 2.6 -
YUV 107.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 200 78 18 0 0.61 0.91 0.22 19.78 0.83 0.43
Hex C8 4E 12 0 3D 5B 16 14 53 2B
Octal 310 116 22 0 75 133 26 24 123 53
Binary 11001000 1001110 10010 0 111101 1011011 10110 10100 1010011 101011

Color Harmonies of #C84E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84E12

Black with #C84E12

Text Example


Text Example

White with #C84E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84E12; }

 p { color: rgb(200,78,18); }

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

background-color css

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

 a { background-color: rgb(200,78,18); }

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

border-color css

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

 span { border-color: rgb(200,78,18); }

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