Html Css Color HEX #C13706 Rust

📋 copy color: '#C13706'

red 193 ◦ green 55 ◦ blue 6

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

Shades of Rust #C13706

Tints of Rust #C13706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 75.98%
G = 21.65%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C13706 (or 0xC13706) is known color: Rust. HEX triplet: C1, 37 and 06. RGB value is (193,55,6). Sum of RGB (Red+Green+Blue) = 193+55+6=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C13706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13706 is #3EC8F9. Grayscale: #5B5B5B. Windows color (decimal): -4114682 or 407489. OLE color: 407489.

HSL color Cylindrical-coordinate representation of color #C13706: hue angle of 15.72º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13706 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 6 -
CMYK 0 0.72 0.97 0.24
HSL 15.72º 0.94% 0.39% -
HSV(B) 15.72º 0.97% 0.76% -
XYZ 23.39 14.08 1.66 -
YUV 90.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 193 55 6 0 0.72 0.97 0.24 15.72 0.94 0.39
Hex C1 37 6 0 48 61 18 10 5E 27
Octal 301 67 6 0 110 141 30 20 136 47
Binary 11000001 110111 110 0 1001000 1100001 11000 10000 1011110 100111

Color Harmonies of #C13706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13706

Black with #C13706

Text Example


Text Example

White with #C13706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13706; }

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

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

background-color css

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

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

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

border-color css

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

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

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