Html Css Color HEX #C84F1B Rust

📋 copy color: '#C84F1B'

red 200 ◦ green 79 ◦ blue 27

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

Shades of Rust #C84F1B

Tints of Rust #C84F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 65.36%
G = 25.82%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C84F1B (or 0xC84F1B) is known color: Rust. HEX triplet: C8, 4F and 1B. RGB value is (200,79,27). Sum of RGB (Red+Green+Blue) = 200+79+27=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84F1B is #37B0E4. Grayscale: #6D6D6D. Windows color (decimal): -3649765 or 1789896. OLE color: 1789896.

HSL color Cylindrical-coordinate representation of color #C84F1B: hue angle of 18.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C84F1B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 27 -
CMYK 0 0.60 0.86 0.22
HSL 18.03º 0.76% 0.45% -
HSV(B) 18.03º 0.87% 0.78% -
XYZ 26.81 17.95 3.09 -
YUV 109.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 200 79 27 0 0.60 0.86 0.22 18.03 0.76 0.45
Hex C8 4F 1B 0 3C 56 16 12 4C 2D
Octal 310 117 33 0 74 126 26 22 114 55
Binary 11001000 1001111 11011 0 111100 1010110 10110 10010 1001100 101101

Color Harmonies of #C84F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F1B

Black with #C84F1B

Text Example


Text Example

White with #C84F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F1B; }

 p { color: rgb(200,79,27); }

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

background-color css

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

 a { background-color: rgb(200,79,27); }

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

border-color css

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

 span { border-color: rgb(200,79,27); }

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