Html Css Color HEX #C8460B Rust

📋 copy color: '#C8460B'

red 200 ◦ green 70 ◦ blue 11

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

Shades of Rust #C8460B

Tints of Rust #C8460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 71.17%
G = 24.91%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8460B (or 0xC8460B) is known color: Rust. HEX triplet: C8, 46 and 0B. RGB value is (200,70,11). Sum of RGB (Red+Green+Blue) = 200+70+11=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8460B is #37B9F4. Grayscale: #666666. Windows color (decimal): -3652085 or 739016. OLE color: 739016.

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

Color convert

RGB 200 70 11 -
CMYK 0 0.65 0.94 0.22
HSL 18.73º 0.9% 0.41% -
HSV(B) 18.73º 0.95% 0.78% -
XYZ 26.07 16.68 2.16 -
YUV 102.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 200 70 11 0 0.65 0.94 0.22 18.73 0.9 0.41
Hex C8 46 B 0 41 5E 16 13 5A 29
Octal 310 106 13 0 101 136 26 23 132 51
Binary 11001000 1000110 1011 0 1000001 1011110 10110 10011 1011010 101001

Color Harmonies of #C8460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8460B

Black with #C8460B

Text Example


Text Example

White with #C8460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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