Html Css Color HEX #C13702 Rust

📋 copy color: '#C13702'

red 193 ◦ green 55 ◦ blue 2

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

Shades of Rust #C13702

Tints of Rust #C13702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 77.2%
G = 22%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13702 (or 0xC13702) is known color: Rust. HEX triplet: C1, 37 and 02. RGB value is (193,55,2). Sum of RGB (Red+Green+Blue) = 193+55+2=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C13702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13702 is #3EC8FD. Grayscale: #5A5A5A. Windows color (decimal): -4114686 or 145345. OLE color: 145345.

HSL color Cylindrical-coordinate representation of color #C13702: hue angle of 16.65º degrees, saturation: 0.98, 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 #C13702 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 2 -
CMYK 0 0.72 0.99 0.24
HSL 16.65º 0.98% 0.38% -
HSV(B) 16.65º 0.99% 0.76% -
XYZ 23.37 14.07 1.54 -
YUV 90.22 78.22 201.31 -
System Red Green Blue C M Y K H S L
Decimal 193 55 2 0 0.72 0.99 0.24 16.65 0.98 0.38
Hex C1 37 2 0 48 63 18 11 62 26
Octal 301 67 2 0 110 143 30 21 142 46
Binary 11000001 110111 10 0 1001000 1100011 11000 10001 1100010 100110

Color Harmonies of #C13702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13702

Black with #C13702

Text Example


Text Example

White with #C13702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13702; }

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

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

background-color css

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

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

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

border-color css

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

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

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