Html Css Color HEX #C8481A Rust

📋 copy color: '#C8481A'

red 200 ◦ green 72 ◦ blue 26

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

Shades of Rust #C8481A

Tints of Rust #C8481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 67.11%
G = 24.16%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8481A (or 0xC8481A) is known color: Rust. HEX triplet: C8, 48 and 1A. RGB value is (200,72,26). Sum of RGB (Red+Green+Blue) = 200+72+26=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8481A is #37B7E5. Grayscale: #696969. Windows color (decimal): -3651558 or 1722568. OLE color: 1722568.

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

Color convert

RGB 200 72 26 -
CMYK 0 0.64 0.87 0.22
HSL 15.86º 0.77% 0.44% -
HSV(B) 15.86º 0.87% 0.78% -
XYZ 26.32 16.99 2.87 -
YUV 105.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 200 72 26 0 0.64 0.87 0.22 15.86 0.77 0.44
Hex C8 48 1A 0 40 57 16 10 4D 2C
Octal 310 110 32 0 100 127 26 20 115 54
Binary 11001000 1001000 11010 0 1000000 1010111 10110 10000 1001101 101100

Color Harmonies of #C8481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8481A

Black with #C8481A

Text Example


Text Example

White with #C8481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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