Html Css Color HEX #C8420D Rust

📋 copy color: '#C8420D'

red 200 ◦ green 66 ◦ blue 13

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

Shades of Rust #C8420D

Tints of Rust #C8420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 71.68%
G = 23.66%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8420D (or 0xC8420D) is known color: Rust. HEX triplet: C8, 42 and 0D. RGB value is (200,66,13). Sum of RGB (Red+Green+Blue) = 200+66+13=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8420D is #37BDF2. Grayscale: #646464. Windows color (decimal): -3653107 or 869064. OLE color: 869064.

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

Color convert

RGB 200 66 13 -
CMYK 0 0.67 0.94 0.22
HSL 17.01º 0.88% 0.42% -
HSV(B) 17.01º 0.94% 0.78% -
XYZ 25.84 16.2 2.15 -
YUV 100.02 78.89 199.31 -
System Red Green Blue C M Y K H S L
Decimal 200 66 13 0 0.67 0.94 0.22 17.01 0.88 0.42
Hex C8 42 D 0 43 5E 16 11 58 2A
Octal 310 102 15 0 103 136 26 21 130 52
Binary 11001000 1000010 1101 0 1000011 1011110 10110 10001 1011000 101010

Color Harmonies of #C8420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8420D

Black with #C8420D

Text Example


Text Example

White with #C8420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8420D; }

 p { color: rgb(200,66,13); }

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

background-color css

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

 a { background-color: rgb(200,66,13); }

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

border-color css

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

 span { border-color: rgb(200,66,13); }

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