Html Css Color HEX #C84A15 Rust

📋 copy color: '#C84A15'

red 200 ◦ green 74 ◦ blue 21

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

Shades of Rust #C84A15

Tints of Rust #C84A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 67.8%
G = 25.08%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C84A15 (or 0xC84A15) is known color: Rust. HEX triplet: C8, 4A and 15. RGB value is (200,74,21). Sum of RGB (Red+Green+Blue) = 200+74+21=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A15 is #37B5EA. Grayscale: #696969. Windows color (decimal): -3651051 or 1395400. OLE color: 1395400.

HSL color Cylindrical-coordinate representation of color #C84A15: hue angle of 17.77º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84A15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 21 -
CMYK 0 0.63 0.90 0.22
HSL 17.77º 0.81% 0.43% -
HSV(B) 17.77º 0.9% 0.78% -
XYZ 26.4 17.23 2.64 -
YUV 105.63 80.24 195.31 -
System Red Green Blue C M Y K H S L
Decimal 200 74 21 0 0.63 0.90 0.22 17.77 0.81 0.43
Hex C8 4A 15 0 3F 5A 16 12 51 2B
Octal 310 112 25 0 77 132 26 22 121 53
Binary 11001000 1001010 10101 0 111111 1011010 10110 10010 1010001 101011

Color Harmonies of #C84A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A15

Black with #C84A15

Text Example


Text Example

White with #C84A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A15; }

 p { color: rgb(200,74,21); }

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

background-color css

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

 a { background-color: rgb(200,74,21); }

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

border-color css

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

 span { border-color: rgb(200,74,21); }

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