Html Css Color HEX #C84B0E Rust

📋 copy color: '#C84B0E'

red 200 ◦ green 75 ◦ blue 14

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

Shades of Rust #C84B0E

Tints of Rust #C84B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 69.2%
G = 25.95%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C84B0E (or 0xC84B0E) is known color: Rust. HEX triplet: C8, 4B and 0E. RGB value is (200,75,14). Sum of RGB (Red+Green+Blue) = 200+75+14=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B0E is #37B4F1. Grayscale: #696969. Windows color (decimal): -3650802 or 936904. OLE color: 936904.

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

Color convert

RGB 200 75 14 -
CMYK 0 0.62 0.93 0.22
HSL 19.68º 0.87% 0.42% -
HSV(B) 19.68º 0.93% 0.78% -
XYZ 26.41 17.34 2.37 -
YUV 105.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 200 75 14 0 0.62 0.93 0.22 19.68 0.87 0.42
Hex C8 4B E 0 3E 5D 16 14 57 2A
Octal 310 113 16 0 76 135 26 24 127 52
Binary 11001000 1001011 1110 0 111110 1011101 10110 10100 1010111 101010

Color Harmonies of #C84B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B0E

Black with #C84B0E

Text Example


Text Example

White with #C84B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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