Html Css Color HEX #C13F09 Rust

📋 copy color: '#C13F09'

red 193 ◦ green 63 ◦ blue 9

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

Shades of Rust #C13F09

Tints of Rust #C13F09

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 72.83%
G = 23.77%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C13F09 (or 0xC13F09) is known color: Rust. HEX triplet: C1, 3F and 09. RGB value is (193,63,9). Sum of RGB (Red+Green+Blue) = 193+63+9=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F09 is #3EC0F6. Grayscale: #606060. Windows color (decimal): -4112631 or 606145. OLE color: 606145.

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

Color convert

RGB 193 63 9 -
CMYK 0 0.67 0.95 0.24
HSL 17.61º 0.91% 0.4% -
HSV(B) 17.61º 0.95% 0.76% -
XYZ 23.82 14.91 1.88 -
YUV 95.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 193 63 9 0 0.67 0.95 0.24 17.61 0.91 0.4
Hex C1 3F 9 0 43 5F 18 12 5B 28
Octal 301 77 11 0 103 137 30 22 133 50
Binary 11000001 111111 1001 0 1000011 1011111 11000 10010 1011011 101000

Color Harmonies of #C13F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F09

Black with #C13F09

Text Example


Text Example

White with #C13F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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