Html Css Color HEX #C84304 Rust

📋 copy color: '#C84304'

red 200 ◦ green 67 ◦ blue 4

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

Shades of Rust #C84304

Tints of Rust #C84304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 73.8%
G = 24.72%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C84304 (or 0xC84304) is known color: Rust. HEX triplet: C8, 43 and 04. RGB value is (200,67,4). Sum of RGB (Red+Green+Blue) = 200+67+4=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C84304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84304 is #37BCFB. Grayscale: #636363. Windows color (decimal): -3652860 or 279496. OLE color: 279496.

HSL color Cylindrical-coordinate representation of color #C84304: hue angle of 19.29º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C84304 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 4 -
CMYK 0 0.66 0.98 0.22
HSL 19.29º 0.96% 0.4% -
HSV(B) 19.29º 0.98% 0.78% -
XYZ 25.85 16.3 1.9 -
YUV 99.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 200 67 4 0 0.66 0.98 0.22 19.29 0.96 0.4
Hex C8 43 4 0 42 62 16 13 60 28
Octal 310 103 4 0 102 142 26 23 140 50
Binary 11001000 1000011 100 0 1000010 1100010 10110 10011 1100000 101000

Color Harmonies of #C84304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84304

Black with #C84304

Text Example


Text Example

White with #C84304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84304; }

 p { color: rgb(200,67,4); }

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

background-color css

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

 a { background-color: rgb(200,67,4); }

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

border-color css

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

 span { border-color: rgb(200,67,4); }

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