Html Css Color HEX #C13502 Rust

📋 copy color: '#C13502'

red 193 ◦ green 53 ◦ blue 2

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

Shades of Rust #C13502

Tints of Rust #C13502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

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

R = 77.82%
G = 21.37%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13502 (or 0xC13502) is known color: Rust. HEX triplet: C1, 35 and 02. RGB value is (193,53,2). Sum of RGB (Red+Green+Blue) = 193+53+2=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C13502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13502 is #3ECAFD. Grayscale: #595959. Windows color (decimal): -4115198 or 144833. OLE color: 144833.

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

Color convert

RGB 193 53 2 -
CMYK 0 0.73 0.99 0.24
HSL 16.02º 0.98% 0.38% -
HSV(B) 16.02º 0.99% 0.76% -
XYZ 23.28 13.89 1.51 -
YUV 89.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 193 53 2 0 0.73 0.99 0.24 16.02 0.98 0.38
Hex C1 35 2 0 49 63 18 10 62 26
Octal 301 65 2 0 111 143 30 20 142 46
Binary 11000001 110101 10 0 1001001 1100011 11000 10000 1100010 100110

Color Harmonies of #C13502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13502

Black with #C13502

Text Example


Text Example

White with #C13502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13502; }

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

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

background-color css

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

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

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

border-color css

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

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

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