Html Css Color HEX #C13903 Rust

📋 copy color: '#C13903'

red 193 ◦ green 57 ◦ blue 3

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

Shades of Rust #C13903

Tints of Rust #C13903

RGB

 RED value IS 193 (75.78% from 255) = 76.28%

 GREEN value IS 57 (22.66% from 255) = 22.53%

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

R = 76.28%
G = 22.53%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C13903 (or 0xC13903) is known color: Rust. HEX triplet: C1, 39 and 03. RGB value is (193,57,3). Sum of RGB (Red+Green+Blue) = 193+57+3=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C13903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13903 is #3EC6FC. Grayscale: #5B5B5B. Windows color (decimal): -4114173 or 211393. OLE color: 211393.

HSL color Cylindrical-coordinate representation of color #C13903: hue angle of 17.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C13903 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 3 -
CMYK 0 0.70 0.98 0.24
HSL 17.05º 0.97% 0.38% -
HSV(B) 17.05º 0.98% 0.76% -
XYZ 23.47 14.27 1.6 -
YUV 91.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 193 57 3 0 0.70 0.98 0.24 17.05 0.97 0.38
Hex C1 39 3 0 46 62 18 11 61 26
Octal 301 71 3 0 106 142 30 21 141 46
Binary 11000001 111001 11 0 1000110 1100010 11000 10001 1100001 100110

Color Harmonies of #C13903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13903

Black with #C13903

Text Example


Text Example

White with #C13903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13903; }

 p { color: rgb(193,57,3); }

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

background-color css

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

 a { background-color: rgb(193,57,3); }

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

border-color css

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

 span { border-color: rgb(193,57,3); }

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