Html Css Color HEX #C93F00 Rust

📋 copy color: '#C93F00'

red 201 ◦ green 63 ◦ blue 0

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

Shades of Rust #C93F00

Tints of Rust #C93F00

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.14%
G = 23.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93F00 (or 0xC93F00) is known color: Rust. HEX triplet: C9, 3F and 00. RGB value is (201,63,0). Sum of RGB (Red+Green+Blue) = 201+63+0=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F00 is #36C0FF. Grayscale: #616161. Windows color (decimal): -3588352 or 16329. OLE color: 16329.

HSL color Cylindrical-coordinate representation of color #C93F00: hue angle of 18.81º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C93F00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 63 0 -
CMYK 0 0.69 1 0.21
HSL 18.81º 1% 0.39% -
HSV(B) 18.81º 1% 0.79% -
XYZ 25.86 15.97 1.72 -
YUV 97.08 73.22 202.12 -
System Red Green Blue C M Y K H S L
Decimal 201 63 0 0 0.69 1 0.21 18.81 1 0.39
Hex C9 3F 0 0 45 64 15 13 64 27
Octal 311 77 0 0 105 144 25 23 144 47
Binary 11001001 111111 0 0 1000101 1100100 10101 10011 1100100 100111

Color Harmonies of #C93F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F00

Black with #C93F00

Text Example


Text Example

White with #C93F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F00; }

 p { color: rgb(201,63,0); }

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

background-color css

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

 a { background-color: rgb(201,63,0); }

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

border-color css

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

 span { border-color: rgb(201,63,0); }

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