Html Css Color HEX #C8491B Rust

📋 copy color: '#C8491B'

red 200 ◦ green 73 ◦ blue 27

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

Shades of Rust #C8491B

Tints of Rust #C8491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 66.67%
G = 24.33%
B = 9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8491B (or 0xC8491B) is known color: Rust. HEX triplet: C8, 49 and 1B. RGB value is (200,73,27). Sum of RGB (Red+Green+Blue) = 200+73+27=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8491B is #37B6E4. Grayscale: #6A6A6A. Windows color (decimal): -3651301 or 1788360. OLE color: 1788360.

HSL color Cylindrical-coordinate representation of color #C8491B: hue angle of 15.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8491B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 27 -
CMYK 0 0.64 0.86 0.22
HSL 15.95º 0.76% 0.45% -
HSV(B) 15.95º 0.87% 0.78% -
XYZ 26.4 17.12 2.95 -
YUV 105.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 200 73 27 0 0.64 0.86 0.22 15.95 0.76 0.45
Hex C8 49 1B 0 40 56 16 10 4C 2D
Octal 310 111 33 0 100 126 26 20 114 55
Binary 11001000 1001001 11011 0 1000000 1010110 10110 10000 1001100 101101

Color Harmonies of #C8491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8491B

Black with #C8491B

Text Example


Text Example

White with #C8491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8491B; }

 p { color: rgb(200,73,27); }

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

background-color css

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

 a { background-color: rgb(200,73,27); }

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

border-color css

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

 span { border-color: rgb(200,73,27); }

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