Html Css Color HEX #C93F03 Rust

📋 copy color: '#C93F03'

red 201 ◦ green 63 ◦ blue 3

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

Shades of Rust #C93F03

Tints of Rust #C93F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 75.28%
G = 23.6%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C93F03 (or 0xC93F03) is known color: Rust. HEX triplet: C9, 3F and 03. RGB value is (201,63,3). Sum of RGB (Red+Green+Blue) = 201+63+3=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F03 is #36C0FC. Grayscale: #616161. Windows color (decimal): -3588349 or 212937. OLE color: 212937.

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

Color convert

RGB 201 63 3 -
CMYK 0 0.69 0.99 0.21
HSL 18.18º 0.97% 0.4% -
HSV(B) 18.18º 0.99% 0.79% -
XYZ 25.88 15.98 1.81 -
YUV 97.42 74.72 201.88 -
System Red Green Blue C M Y K H S L
Decimal 201 63 3 0 0.69 0.99 0.21 18.18 0.97 0.4
Hex C9 3F 3 0 45 63 15 12 61 28
Octal 311 77 3 0 105 143 25 22 141 50
Binary 11001001 111111 11 0 1000101 1100011 10101 10010 1100001 101000

Color Harmonies of #C93F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F03

Black with #C93F03

Text Example


Text Example

White with #C93F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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