Html Css Color HEX #C13D09 Rust

📋 copy color: '#C13D09'

red 193 ◦ green 61 ◦ blue 9

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

Shades of Rust #C13D09

Tints of Rust #C13D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 73.38%
G = 23.19%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C13D09 (or 0xC13D09) is known color: Rust. HEX triplet: C1, 3D and 09. RGB value is (193,61,9). Sum of RGB (Red+Green+Blue) = 193+61+9=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D09 is #3EC2F6. Grayscale: #5E5E5E. Windows color (decimal): -4113143 or 605633. OLE color: 605633.

HSL color Cylindrical-coordinate representation of color #C13D09: hue angle of 16.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C13D09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 9 -
CMYK 0 0.68 0.95 0.24
HSL 16.96º 0.91% 0.4% -
HSV(B) 16.96º 0.95% 0.76% -
XYZ 23.71 14.69 1.85 -
YUV 94.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 193 61 9 0 0.68 0.95 0.24 16.96 0.91 0.4
Hex C1 3D 9 0 44 5F 18 11 5B 28
Octal 301 75 11 0 104 137 30 21 133 50
Binary 11000001 111101 1001 0 1000100 1011111 11000 10001 1011011 101000

Color Harmonies of #C13D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D09

Black with #C13D09

Text Example


Text Example

White with #C13D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D09; }

 p { color: rgb(193,61,9); }

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

background-color css

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

 a { background-color: rgb(193,61,9); }

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

border-color css

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

 span { border-color: rgb(193,61,9); }

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