Html Css Color HEX #C84B11 Rust

📋 copy color: '#C84B11'

red 200 ◦ green 75 ◦ blue 17

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

Shades of Rust #C84B11

Tints of Rust #C84B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.68%

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 68.49%
G = 25.68%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C84B11 (or 0xC84B11) is known color: Rust. HEX triplet: C8, 4B and 11. RGB value is (200,75,17). Sum of RGB (Red+Green+Blue) = 200+75+17=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B11 is #37B4EE. Grayscale: #6A6A6A. Windows color (decimal): -3650799 or 1133512. OLE color: 1133512.

HSL color Cylindrical-coordinate representation of color #C84B11: hue angle of 19.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84B11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 17 -
CMYK 0 0.62 0.92 0.22
HSL 19.02º 0.84% 0.43% -
HSV(B) 19.02º 0.92% 0.78% -
XYZ 26.44 17.35 2.49 -
YUV 105.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 200 75 17 0 0.62 0.92 0.22 19.02 0.84 0.43
Hex C8 4B 11 0 3E 5C 16 13 54 2B
Octal 310 113 21 0 76 134 26 23 124 53
Binary 11001000 1001011 10001 0 111110 1011100 10110 10011 1010100 101011

Color Harmonies of #C84B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B11

Black with #C84B11

Text Example


Text Example

White with #C84B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B11; }

 p { color: rgb(200,75,17); }

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

background-color css

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

 a { background-color: rgb(200,75,17); }

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

border-color css

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

 span { border-color: rgb(200,75,17); }

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