Html Css Color HEX #C94D1B Rust

📋 copy color: '#C94D1B'

red 201 ◦ green 77 ◦ blue 27

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

Shades of Rust #C94D1B

Tints of Rust #C94D1B

RGB

 RED value IS 201 (78.91% from 255) = 65.9%

 GREEN value IS 77 (30.47% from 255) = 25.25%

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

R = 65.9%
G = 25.25%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C94D1B (or 0xC94D1B) is known color: Rust. HEX triplet: C9, 4D and 1B. RGB value is (201,77,27). Sum of RGB (Red+Green+Blue) = 201+77+27=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D1B is #36B2E4. Grayscale: #6C6C6C. Windows color (decimal): -3584741 or 1789385. OLE color: 1789385.

HSL color Cylindrical-coordinate representation of color #C94D1B: hue angle of 17.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C94D1B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 27 -
CMYK 0 0.62 0.87 0.21
HSL 17.24º 0.76% 0.45% -
HSV(B) 17.24º 0.87% 0.79% -
XYZ 26.94 17.8 3.05 -
YUV 108.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 201 77 27 0 0.62 0.87 0.21 17.24 0.76 0.45
Hex C9 4D 1B 0 3E 57 15 11 4C 2D
Octal 311 115 33 0 76 127 25 21 114 55
Binary 11001001 1001101 11011 0 111110 1010111 10101 10001 1001100 101101

Color Harmonies of #C94D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D1B

Black with #C94D1B

Text Example


Text Example

White with #C94D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D1B; }

 p { color: rgb(201,77,27); }

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

background-color css

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

 a { background-color: rgb(201,77,27); }

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

border-color css

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

 span { border-color: rgb(201,77,27); }

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