Html Css Color HEX #C13400 Rust

📋 copy color: '#C13400'

red 193 ◦ green 52 ◦ blue 0

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

Shades of Rust #C13400

Tints of Rust #C13400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 78.78%
G = 21.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13400 (or 0xC13400) is known color: Rust. HEX triplet: C1, 34 and 00. RGB value is (193,52,0). Sum of RGB (Red+Green+Blue) = 193+52+0=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C13400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13400 is #3ECBFF. Grayscale: #585858. Windows color (decimal): -4115456 or 13505. OLE color: 13505.

HSL color Cylindrical-coordinate representation of color #C13400: hue angle of 16.17º 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 #C13400 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 0 -
CMYK 0 0.73 1 0.24
HSL 16.17º 1% 0.38% -
HSV(B) 16.17º 1% 0.76% -
XYZ 23.22 13.79 1.44 -
YUV 88.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 193 52 0 0 0.73 1 0.24 16.17 1 0.38
Hex C1 34 0 0 49 64 18 10 64 26
Octal 301 64 0 0 111 144 30 20 144 46
Binary 11000001 110100 0 0 1001001 1100100 11000 10000 1100100 100110

Color Harmonies of #C13400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13400

Black with #C13400

Text Example


Text Example

White with #C13400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13400; }

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

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

background-color css

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

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

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

border-color css

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

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

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