Html Css Color HEX #C84B1B Rust

📋 copy color: '#C84B1B'

red 200 ◦ green 75 ◦ blue 27

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

Shades of Rust #C84B1B

Tints of Rust #C84B1B

RGB

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

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

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

R = 66.23%
G = 24.83%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C84B1B (or 0xC84B1B) is known color: Rust. HEX triplet: C8, 4B and 1B. RGB value is (200,75,27). Sum of RGB (Red+Green+Blue) = 200+75+27=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B1B is #37B4E4. Grayscale: #6B6B6B. Windows color (decimal): -3650789 or 1788872. OLE color: 1788872.

HSL color Cylindrical-coordinate representation of color #C84B1B: hue angle of 16.65º 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 #C84B1B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 27 -
CMYK 0 0.62 0.86 0.22
HSL 16.65º 0.76% 0.45% -
HSV(B) 16.65º 0.87% 0.78% -
XYZ 26.53 17.39 3 -
YUV 106.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 200 75 27 0 0.62 0.86 0.22 16.65 0.76 0.45
Hex C8 4B 1B 0 3E 56 16 11 4C 2D
Octal 310 113 33 0 76 126 26 21 114 55
Binary 11001000 1001011 11011 0 111110 1010110 10110 10001 1001100 101101

Color Harmonies of #C84B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B1B

Black with #C84B1B

Text Example


Text Example

White with #C84B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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