Html Css Color HEX #C8480B Rust

📋 copy color: '#C8480B'

red 200 ◦ green 72 ◦ blue 11

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

Shades of Rust #C8480B

Tints of Rust #C8480B

RGB

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

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

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

R = 70.67%
G = 25.44%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8480B (or 0xC8480B) is known color: Rust. HEX triplet: C8, 48 and 0B. RGB value is (200,72,11). Sum of RGB (Red+Green+Blue) = 200+72+11=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8480B is #37B7F4. Grayscale: #676767. Windows color (decimal): -3651573 or 739528. OLE color: 739528.

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

Color convert

RGB 200 72 11 -
CMYK 0 0.64 0.94 0.22
HSL 19.37º 0.9% 0.41% -
HSV(B) 19.37º 0.95% 0.78% -
XYZ 26.2 16.94 2.21 -
YUV 103.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 200 72 11 0 0.64 0.94 0.22 19.37 0.9 0.41
Hex C8 48 B 0 40 5E 16 13 5A 29
Octal 310 110 13 0 100 136 26 23 132 51
Binary 11001000 1001000 1011 0 1000000 1011110 10110 10011 1011010 101001

Color Harmonies of #C8480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8480B

Black with #C8480B

Text Example


Text Example

White with #C8480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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