Html Css Color HEX #C84105 Rust

📋 copy color: '#C84105'

red 200 ◦ green 65 ◦ blue 5

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

Shades of Rust #C84105

Tints of Rust #C84105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 74.07%
G = 24.07%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C84105 (or 0xC84105) is known color: Rust. HEX triplet: C8, 41 and 05. RGB value is (200,65,5). Sum of RGB (Red+Green+Blue) = 200+65+5=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C84105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84105 is #37BEFA. Grayscale: #626262. Windows color (decimal): -3653371 or 344520. OLE color: 344520.

HSL color Cylindrical-coordinate representation of color #C84105: hue angle of 18.46º degrees, saturation: 0.95, 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 #C84105 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 5 -
CMYK 0 0.68 0.98 0.22
HSL 18.46º 0.95% 0.4% -
HSV(B) 18.46º 0.98% 0.78% -
XYZ 25.74 16.07 1.89 -
YUV 98.53 75.23 200.38 -
System Red Green Blue C M Y K H S L
Decimal 200 65 5 0 0.68 0.98 0.22 18.46 0.95 0.4
Hex C8 41 5 0 44 62 16 12 5F 28
Octal 310 101 5 0 104 142 26 22 137 50
Binary 11001000 1000001 101 0 1000100 1100010 10110 10010 1011111 101000

Color Harmonies of #C84105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84105

Black with #C84105

Text Example


Text Example

White with #C84105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84105; }

 p { color: rgb(200,65,5); }

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

background-color css

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

 a { background-color: rgb(200,65,5); }

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

border-color css

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

 span { border-color: rgb(200,65,5); }

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