Html Css Color HEX #C84A19 Rust

📋 copy color: '#C84A19'

red 200 ◦ green 74 ◦ blue 25

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

Shades of Rust #C84A19

Tints of Rust #C84A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 66.89%
G = 24.75%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84A19 (or 0xC84A19) is known color: Rust. HEX triplet: C8, 4A and 19. RGB value is (200,74,25). Sum of RGB (Red+Green+Blue) = 200+74+25=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A19 is #37B5E6. Grayscale: #6A6A6A. Windows color (decimal): -3651047 or 1657544. OLE color: 1657544.

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

Color convert

RGB 200 74 25 -
CMYK 0 0.63 0.88 0.22
HSL 16.8º 0.78% 0.44% -
HSV(B) 16.8º 0.88% 0.78% -
XYZ 26.44 17.25 2.85 -
YUV 106.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 200 74 25 0 0.63 0.88 0.22 16.8 0.78 0.44
Hex C8 4A 19 0 3F 58 16 11 4E 2C
Octal 310 112 31 0 77 130 26 21 116 54
Binary 11001000 1001010 11001 0 111111 1011000 10110 10001 1001110 101100

Color Harmonies of #C84A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A19

Black with #C84A19

Text Example


Text Example

White with #C84A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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