Html Css Color HEX #C13901 Rust

📋 copy color: '#C13901'

red 193 ◦ green 57 ◦ blue 1

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

Shades of Rust #C13901

Tints of Rust #C13901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 76.89%
G = 22.71%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13901 (or 0xC13901) is known color: Rust. HEX triplet: C1, 39 and 01. RGB value is (193,57,1). Sum of RGB (Red+Green+Blue) = 193+57+1=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C13901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13901 is #3EC6FE. Grayscale: #5B5B5B. Windows color (decimal): -4114175 or 80321. OLE color: 80321.

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

Color convert

RGB 193 57 1 -
CMYK 0 0.70 0.99 0.24
HSL 17.5º 0.99% 0.38% -
HSV(B) 17.5º 0.99% 0.76% -
XYZ 23.46 14.27 1.55 -
YUV 91.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 193 57 1 0 0.70 0.99 0.24 17.5 0.99 0.38
Hex C1 39 1 0 46 63 18 12 63 26
Octal 301 71 1 0 106 143 30 22 143 46
Binary 11000001 111001 1 0 1000110 1100011 11000 10010 1100011 100110

Color Harmonies of #C13901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13901

Black with #C13901

Text Example


Text Example

White with #C13901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13901; }

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

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

background-color css

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

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

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

border-color css

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

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

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