Html Css Color HEX #C13700 Rust

📋 copy color: '#C13700'

red 193 ◦ green 55 ◦ blue 0

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

Shades of Rust #C13700

Tints of Rust #C13700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 77.82%
G = 22.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13700 (or 0xC13700) is known color: Rust. HEX triplet: C1, 37 and 00. RGB value is (193,55,0). Sum of RGB (Red+Green+Blue) = 193+55+0=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C13700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13700 is #3EC8FF. Grayscale: #5A5A5A. Windows color (decimal): -4114688 or 14273. OLE color: 14273.

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

Color convert

RGB 193 55 0 -
CMYK 0 0.72 1 0.24
HSL 17.1º 1% 0.38% -
HSV(B) 17.1º 1% 0.76% -
XYZ 23.36 14.07 1.48 -
YUV 89.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 193 55 0 0 0.72 1 0.24 17.1 1 0.38
Hex C1 37 0 0 48 64 18 11 64 26
Octal 301 67 0 0 110 144 30 21 144 46
Binary 11000001 110111 0 0 1001000 1100100 11000 10001 1100100 100110

Color Harmonies of #C13700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13700

Black with #C13700

Text Example


Text Example

White with #C13700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13700; }

 p { color: rgb(193,55,0); }

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

background-color css

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

 a { background-color: rgb(193,55,0); }

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

border-color css

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

 span { border-color: rgb(193,55,0); }

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