Html Css Color HEX #C84207 Rust

📋 copy color: '#C84207'

red 200 ◦ green 66 ◦ blue 7

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

Shades of Rust #C84207

Tints of Rust #C84207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 73.26%
G = 24.18%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C84207 (or 0xC84207) is known color: Rust. HEX triplet: C8, 42 and 07. RGB value is (200,66,7). Sum of RGB (Red+Green+Blue) = 200+66+7=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C84207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84207 is #37BDF8. Grayscale: #636363. Windows color (decimal): -3653113 or 475848. OLE color: 475848.

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

Color convert

RGB 200 66 7 -
CMYK 0 0.67 0.96 0.22
HSL 18.34º 0.93% 0.41% -
HSV(B) 18.34º 0.97% 0.78% -
XYZ 25.81 16.19 1.97 -
YUV 99.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 200 66 7 0 0.67 0.96 0.22 18.34 0.93 0.41
Hex C8 42 7 0 43 60 16 12 5D 29
Octal 310 102 7 0 103 140 26 22 135 51
Binary 11001000 1000010 111 0 1000011 1100000 10110 10010 1011101 101001

Color Harmonies of #C84207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84207

Black with #C84207

Text Example


Text Example

White with #C84207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84207; }

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

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

background-color css

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

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

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

border-color css

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

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

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